Re: Stomp problems in apache-activemq-4.1-20070320.072657-13.tar.gz

2007-04-02 Thread Nathan Mittler
That is indeed the case and it has just been addressed in the AMQ-CPP trunk. The patch will be included in the 2.0 release which should be out soon. On 4/2/07, James Strachan <[EMAIL PROTECTED]> wrote: You might wanna switch to CLIENT_ACKNOWLEDGE to prevent this problem (as the C++ client is p

Re: Stomp problems in apache-activemq-4.1-20070320.072657-13.tar.gz

2007-04-02 Thread James Strachan
You might wanna switch to CLIENT_ACKNOWLEDGE to prevent this problem (as the C++ client is probably acknowledging the message being processed immediately On 3/30/07, tommy.li <[EMAIL PROTECTED]> wrote: session = connection->createSession( Session::AUTO_ACKNOWLEDGE ); Thanks. James.Strachan wro

Re: Stomp problems in apache-activemq-4.1-20070320.072657-13.tar.gz

2007-03-29 Thread tommy.li
session = connection->createSession( Session::AUTO_ACKNOWLEDGE ); Thanks. James.Strachan wrote: > > Which acknowledgement mode were you using? > > On 3/22/07, tommy.li <[EMAIL PROTECTED]> wrote: >> >> My server running apache-activemq-4.1-20070320.072657-13.tar.gz and >> activemq-cpp-1.1. >> C+

Re: Stomp problems in apache-activemq-4.1-20070320.072657-13.tar.gz

2007-03-27 Thread James Strachan
Which acknowledgement mode were you using? On 3/22/07, tommy.li <[EMAIL PROTECTED]> wrote: My server running apache-activemq-4.1-20070320.072657-13.tar.gz and activemq-cpp-1.1. C++ client received messages normally,but after i using ctrl-c to kill it and restarted it. Then C++ client losted on