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
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
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+
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