Re: [Architecture] [ESB] Persistent TCP connection in Axis2 Transport

2017-01-27 Thread Jagath Sisirakumara Ariyarathne
Hi Lakshman, When handling multiple responses using a single persistent connection, we need to use some kind of unique key per request and send it to the back-end with the request. When the back-end responses, it should include the above key in the response as well. It will help to map the request

[Architecture] WSO2 ESB 5.0.0-BETA2 Released!

2016-07-15 Thread Jagath Sisirakumara Ariyarathne
*WSO2 ESB 5.0.0-BETA2 Released* ESB Team is pleased to announce the WSO2 ESB 5.0.0 - BETA2 release. The distribution is available to download at [1]. It contains improvements and bug fixes [2]. [1] - https://github.com/wso2/product-esb/releases/tag/v5.0.0-BETA2 [2] - https://wso2.org/jira/secure

[Architecture] [Dev] WSO2 ESB 4.10.0 - Milestone 2 Released!

2015-12-28 Thread Jagath Sisirakumara Ariyarathne
*WSO2 ESB 4.10.0-Milestone 2 Released* ESB Team is pleased to announce the WSO2 ESB 4.10.0 - Milestone 2 Release. It contains following new features and bug fixes. *New Features & Improvements* - Mediation Flow Statistics Feature - Message Flow Tracing Feature *All resolved Issues* Bugs

Re: [Architecture] [ESB] Adding features for VFS inbound(include option copy and leave as it is) and ESB polling inbound(support with cron).

2015-12-10 Thread Jagath Sisirakumara Ariyarathne
Hi, To get the input for polling interval/cron configuration, how about using a toggle button like in Scheduled Tasks. [image: Inline image 1] In this case, we can set interval as default selection. Based on the selection, you can use required implementation. Thanks. On Fri, Dec 11, 2015 at 10

[Architecture] [Dev] WSO2 ESB 4.10.0 - Milestone 1 Released!

2015-12-04 Thread Jagath Sisirakumara Ariyarathne
*WSO2 ESB 4.10.0-Milestone 1 Released* ESB Team is pleased to announce the WSO2 ESB 4.10.0 - Milestone 1 Release. It contains following new features and bug fixes. *New Features & Improvements* - JMS 2.0 support - Mediation debugging capability *All resolved Issues* Bugs - [ESBJAVA-

Re: [Architecture] ESB 4.10 - Revamping mediation statistics and message tracing

2015-11-10 Thread Jagath Sisirakumara Ariyarathne
uld we represent them together as a one cluster? >> >> We probably need both. Once aggregated view and per node view for each > worker node. WDYT? > >> >> >> On Wed, Nov 11, 2015 at 9:53 AM, Jagath Sisirakumara Ariyarathne < >> jaga...@wso2.com> wrote: >

Re: [Architecture] ESB 4.10 - Revamping mediation statistics and message tracing

2015-11-10 Thread Jagath Sisirakumara Ariyarathne
Hi Inosh, Will there be two UI configuration sections for above? Both mediation stats and message tracing require same set of configurations like, DAS receiver URL and user credentials. Wouldn't it be better if we let the user to configure this information in single place? Yes, we can use same wi

[Architecture] [Dev] WSO2 ESB v4.9.0 Beta Released!

2015-08-06 Thread Jagath Sisirakumara Ariyarathne
*WSO2 ESB 4.9.0-BETA Released* ESB team is pleased to announce the release of the WSO2 ESB 4.9.0-BETA . This release includes following bug-fixes, improvements and features. Bugs - [ESBJAVA-1148 ] - [Scheduled Tasks] UI issues if cron expression i

Re: [Architecture] Dynamic parameters with inbound endpoints

2015-06-29 Thread Jagath Sisirakumara Ariyarathne
Hi, File Inbound parameter "transport.vfs.ActionAfterProcess" has default value in UI as NONE, even though the underline operation is deletion of the file. I think we should rename the default UI option as DELETE. [image: Inline image 1] It will be applied for below two parameters also. - t

Re: [Architecture] HTTP Inbound Endpoint - Dispatching logic

2015-06-27 Thread Jagath Sisirakumara Ariyarathne
+1 Handling this logic at Inbound EP level will give us the flexibility for more use cases and future changes as well. Thanks. On Fri, Jun 26, 2015 at 4:25 PM, Kasun Indrasiri wrote: > Hi, > > In the current HTTP Inbound EP impl, the message dispatching occurs as > follows. > > - All proxy ser