You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by James Strachan <ja...@gmail.com> on 2007/04/02 10:08:57 UTC

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

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 <to...@gmail.com> wrote:
>
> session = connection->createSession( Session::AUTO_ACKNOWLEDGE );
> Thanks.
>
> James.Strachan wrote:
> >
> > Which acknowledgement mode were you using?
> >
> > On 3/22/07, tommy.li <to...@gmail.com> 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 one message.
> >> The same problems didn't appear in
> >> apache-activemq-4.2-20070320.165248-33.tar.gz.
> >> --
> >> View this message in context:
> >> http://www.nabble.com/Stomp-problems-in-apache-activemq-4.1-20070320.072657-13.tar.gz-tf3446503s2354.html#a9611383
> >> Sent from the ActiveMQ - User mailing list archive at Nabble.com.
> >>
> >>
> >
> >
> > --
> >
> > James
> > -------
> > http://radio.weblogs.com/0112098/
> >
> >
>
> --
> View this message in context: http://www.nabble.com/Stomp-problem-in-apache-activemq-4.1-20070320.072657-13.tar.gz-tf3446503s2354.html#a9747364
> Sent from the ActiveMQ - User mailing list archive at Nabble.com.
>
>


-- 

James
-------
http://radio.weblogs.com/0112098/

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

Posted by Nathan Mittler <na...@gmail.com>.
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 <ja...@gmail.com> wrote:
>
> 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 <to...@gmail.com> wrote:
> >
> > session = connection->createSession( Session::AUTO_ACKNOWLEDGE );
> > Thanks.
> >
> > James.Strachan wrote:
> > >
> > > Which acknowledgement mode were you using?
> > >
> > > On 3/22/07, tommy.li <to...@gmail.com> 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 one message.
> > >> The same problems didn't appear in
> > >> apache-activemq-4.2-20070320.165248-33.tar.gz.
> > >> --
> > >> View this message in context:
> > >>
> http://www.nabble.com/Stomp-problems-in-apache-activemq-4.1-20070320.072657-13.tar.gz-tf3446503s2354.html#a9611383
> > >> Sent from the ActiveMQ - User mailing list archive at Nabble.com.
> > >>
> > >>
> > >
> > >
> > > --
> > >
> > > James
> > > -------
> > > http://radio.weblogs.com/0112098/
> > >
> > >
> >
> > --
> > View this message in context:
> http://www.nabble.com/Stomp-problem-in-apache-activemq-4.1-20070320.072657-13.tar.gz-tf3446503s2354.html#a9747364
> > Sent from the ActiveMQ - User mailing list archive at Nabble.com.
> >
> >
>
>
> --
>
> James
> -------
> http://radio.weblogs.com/0112098/
>