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