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

2007-10-25 Thread Mittler, Nathan
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&#x

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

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

2007-10-25 Thread Nathan Mittler
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

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