Re: [Architecture] Supporting blocking calls in Call mediator

2015-02-23 Thread Kathees Rajendram
Hi, I am in the progress of implementing the blocking functionality in call mediator. Now the call mediator synapse syntax is changed to cater the above requirement. The synapse configuration for the call mediator blocking functionality (blocking=true) call blocking=true endpoint

Re: [Architecture] Supporting blocking calls in Call mediator

2015-02-16 Thread Kathees Rajendram
Hi, We are working on the supporting the blocking functionality in Call mediator. In the Call mediator synapse configuration,We are introducing a new attribute (blocking=true/false). New Syntax for Call mediator: call [blocking=true|false] (endpointref | endpoint)+ /call endpointsref

[Architecture] Supporting blocking calls in Call mediator

2014-11-18 Thread Kasun Indrasiri
Hi, At the moment 'Call' mediator offers a blocking messaging behavior on top of non-blocking architecture (i.e. - Request and responses are handled in different threads). However, there are requirements where we need to support pure blocking messaging such as JMS transaction scenarios (which we

Re: [Architecture] Supporting blocking calls in Call mediator

2014-11-18 Thread Srinath Perera
+1 On Wed, Nov 19, 2014 at 11:27 AM, Kasun Indrasiri ka...@wso2.com wrote: Hi, At the moment 'Call' mediator offers a blocking messaging behavior on top of non-blocking architecture (i.e. - Request and responses are handled in different threads). However, there are requirements where we