Re: c++ client doesn't receive on all topic consumers

2007-10-25 Thread Scott the Red
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

Re: c++ client doesn't receive on all topic consumers

2007-10-25 Thread Scott the Red
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

c++ client doesn't receive on all topic consumers

2007-10-24 Thread Scott the Red
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