Re: AMQ CMS CPP : session commit not working as expected

2014-02-13 Thread artnaseef
Sounds like a bug report I created a while back. Do teansacted sends still happen asynchroniusly? Sent from my iPhone > On Feb 13, 2014, at 4:18 AM, "tabish...@gmail.com [via ActiveMQ]" > wrote: > > On 02/13/2014 01:53 AM, Gangadhar Rao wrote: > > > We did a test recently with the latest CMS

Re: AMQ CMS CPP : session commit not working as expected

2014-02-13 Thread artnaseef
Here's that Jira entry: https://issues.apache.org/jira/browse/AMQ-3166 Is there a setting to "always sync send" on the C++ client library? If so, that may help with this problem; most likely blocking the producer when the destination is full on the broker. -- View this message in context: htt

Re: AMQ CMS CPP : session commit not working as expected

2014-02-13 Thread Timothy Bish
On 02/13/2014 01:53 AM, Gangadhar Rao wrote: We did a test recently with the latest CMS CPP library. Scenario: To test the session commit functionality when queue memory is full on the destination broker. Setup: We have written one client which acts like a producer and the activemq session is o