Hmm .. Sounds fishy.
Anyway, I'm glad you got things working. Thanks for the update!
> -Original Message-
> From: Scott the Red [mailto:[EMAIL PROTECTED]
> Sent: Thursday, October 25, 2007 3:22 PM
> To: users@activemq.apache.org
> Subject: Re: c++ client doesn
Hm. I seem to have fixed the problem by merely moving the ActiveMQ
connection out of my consumer's constructor, and into a separate "start"
method. Everything seems to be working properly now. There don't appear to
be any variable lifecycle issues (like a local or argument being referen
nmittler wrote:
>
> Which version of ActiveMQ-CPP are you using and against which ActiveMQ
> broker version? Also, platform might be helpful.
>
ActiveMQ 4.1.1
ActiveMQ CPP 2.1
Fedora Linux
nmittler wrote:
>
> Could it be that this first consumer was started at or after the time the
> me
Which version of ActiveMQ-CPP are you using and against which ActiveMQ
broker version? Also, platform might be helpful.
> I'm creating a C++ adapter class to represent a message consumer
> connecting
> to ActiveMQ.
>
> Unfortunately, the consumers are not reliably receiving messages. Some
> rec
I'm creating a C++ adapter class to represent a message consumer connecting
to ActiveMQ.
Unfortunately, the consumers are not reliably receiving messages. Some
receive OK, but others have a problem where the first consumer of a
particular message doesn't receive. However, any additional consume