[Dev] [ESB] ClientApiNonBlocking Property & JMS Transport

2015-06-15 Thread Rajkumar Rajaratnam
Hi,

Doc [1] says that removal of ClientApiNonBlocking property could be vital
when queueing transports like JMS are involved.

- Does it mean that we should always remove this property when JMS is
involved somewhere in our proxy? Lets say, I am consuming messages using
JMS and sending it out using JMS, do I still need to remove this property?
Or do we need to remove this property only if ESB consumes messages using a
streaming transports (like VFS) and sending it out using JMS? If yes, then
doc seems to be confusing.

Please share your thoughts on this.

[1]
https://docs.wso2.com/display/ESB481/Generic+Properties#GenericProperties-ClientApiNonBlockingBlocking

Thanks.

-- 
Rajkumar Rajaratnam
Committer & PMC Member, Apache Stratos
Software Engineer, WSO2

Mobile : +94777568639
Blog : rajkumarr.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [ESB] ClientApiNonBlocking Property & JMS Transport

2015-06-15 Thread Akalanka Pagoda Arachchi
Hi Rajkumar,

You will need to use a blocking call when JMS transactions are involved. In
other cases, JMS can be used without this.

Furthermore, since Callout mediator is used when implementing JMS
transactions, it will be a blocking call anyway. So this
property documentation might need some changes.

Thanks,
Akalanka.

On Mon, Jun 15, 2015 at 1:43 PM, Rajkumar Rajaratnam 
wrote:

> Hi,
>
> Doc [1] says that removal of ClientApiNonBlocking property could be vital
> when queueing transports like JMS are involved.
>
> - Does it mean that we should always remove this property when JMS is
> involved somewhere in our proxy? Lets say, I am consuming messages using
> JMS and sending it out using JMS, do I still need to remove this property?
> Or do we need to remove this property only if ESB consumes messages using a
> streaming transports (like VFS) and sending it out using JMS? If yes, then
> doc seems to be confusing.
>
> Please share your thoughts on this.
>
> [1]
> https://docs.wso2.com/display/ESB481/Generic+Properties#GenericProperties-ClientApiNonBlockingBlocking
>
> Thanks.
>
> --
> Rajkumar Rajaratnam
> Committer & PMC Member, Apache Stratos
> Software Engineer, WSO2
>
> Mobile : +94777568639
> Blog : rajkumarr.com
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*Darshana Akalanka Pagoda Arachchi,*
*Software Engineer*
*078-4721791*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [ESB] ClientApiNonBlocking Property & JMS Transport

2015-06-15 Thread Hasitha Hiranya
@Doc team,

Please review and make necessary changes.

Thanks

On Mon, Jun 15, 2015 at 1:22 PM, Akalanka Pagoda Arachchi <
darsha...@wso2.com> wrote:

> Hi Rajkumar,
>
> You will need to use a blocking call when JMS transactions are involved.
> In other cases, JMS can be used without this.
>
> Furthermore, since Callout mediator is used when implementing JMS
> transactions, it will be a blocking call anyway. So this
> property documentation might need some changes.
>
> Thanks,
> Akalanka.
>
> On Mon, Jun 15, 2015 at 1:43 PM, Rajkumar Rajaratnam 
> wrote:
>
>> Hi,
>>
>> Doc [1] says that removal of ClientApiNonBlocking property could be vital
>> when queueing transports like JMS are involved.
>>
>> - Does it mean that we should always remove this property when JMS is
>> involved somewhere in our proxy? Lets say, I am consuming messages using
>> JMS and sending it out using JMS, do I still need to remove this property?
>> Or do we need to remove this property only if ESB consumes messages using a
>> streaming transports (like VFS) and sending it out using JMS? If yes, then
>> doc seems to be confusing.
>>
>> Please share your thoughts on this.
>>
>> [1]
>> https://docs.wso2.com/display/ESB481/Generic+Properties#GenericProperties-ClientApiNonBlockingBlocking
>>
>> Thanks.
>>
>> --
>> Rajkumar Rajaratnam
>> Committer & PMC Member, Apache Stratos
>> Software Engineer, WSO2
>>
>> Mobile : +94777568639
>> Blog : rajkumarr.com
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> *Darshana Akalanka Pagoda Arachchi,*
> *Software Engineer*
> *078-4721791*
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*Hasitha Abeykoon*
Senior Software Engineer; WSO2, Inc.; http://wso2.com
*cell:* *+94 719363063*
*blog: **abeykoon.blogspot.com* 
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [ESB] ClientApiNonBlocking Property & JMS Transport

2015-06-15 Thread Rukshani Weerasinha
Hi Hasitha,

Thank you. I will look into this.

Best Regards,
Rukshani.

On Tue, Jun 16, 2015 at 1:00 AM, Hasitha Hiranya  wrote:

> @Doc team,
>
> Please review and make necessary changes.
>
> Thanks
>
> On Mon, Jun 15, 2015 at 1:22 PM, Akalanka Pagoda Arachchi <
> darsha...@wso2.com> wrote:
>
>> Hi Rajkumar,
>>
>> You will need to use a blocking call when JMS transactions are involved.
>> In other cases, JMS can be used without this.
>>
>> Furthermore, since Callout mediator is used when implementing JMS
>> transactions, it will be a blocking call anyway. So this
>> property documentation might need some changes.
>>
>> Thanks,
>> Akalanka.
>>
>> On Mon, Jun 15, 2015 at 1:43 PM, Rajkumar Rajaratnam 
>> wrote:
>>
>>> Hi,
>>>
>>> Doc [1] says that removal of ClientApiNonBlocking property could be
>>> vital when queueing transports like JMS are involved.
>>>
>>> - Does it mean that we should always remove this property when JMS is
>>> involved somewhere in our proxy? Lets say, I am consuming messages using
>>> JMS and sending it out using JMS, do I still need to remove this property?
>>> Or do we need to remove this property only if ESB consumes messages using a
>>> streaming transports (like VFS) and sending it out using JMS? If yes, then
>>> doc seems to be confusing.
>>>
>>> Please share your thoughts on this.
>>>
>>> [1]
>>> https://docs.wso2.com/display/ESB481/Generic+Properties#GenericProperties-ClientApiNonBlockingBlocking
>>>
>>> Thanks.
>>>
>>> --
>>> Rajkumar Rajaratnam
>>> Committer & PMC Member, Apache Stratos
>>> Software Engineer, WSO2
>>>
>>> Mobile : +94777568639
>>> Blog : rajkumarr.com
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> *Darshana Akalanka Pagoda Arachchi,*
>> *Software Engineer*
>> *078-4721791*
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> *Hasitha Abeykoon*
> Senior Software Engineer; WSO2, Inc.; http://wso2.com
> *cell:* *+94 719363063*
> *blog: **abeykoon.blogspot.com* 
>
>


-- 
Rukshani Weerasinha

WSO2 Inc.
Web:http://wso2.com
Mobile: 0777 683 738
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev