Really what I'm looking for is a simple main that has a producer and a consumer talking over a topic/queue. I want to see your usage of the client so that we can replicate it exactly.
Also, ActiveMQ-CPP is only up to version 2.1 (http://activemq.apache.org/cms/) - is that what you're using? Thanks, Nate > -----Original Message----- > From: Fred Crable [mailto:[EMAIL PROTECTED] > Sent: Monday, October 15, 2007 10:03 AM > To: [email protected] > Subject: Re: C++ OpenwireStringSupport::readString aborts on > empty property > > > Hi Nate, > > The version of MQ-CPP is 4.1.1 and the broker is taken from > apache-activemq-5.0-20071008.215641-19.tar.gz. As far as a > sample, the most basic consumer which only created a broker, > session, etc exhibits the behaviour. I think the only way to > recreate it is to have the actual message queued that was > causing the issue but I'm not sure how to "extract" > the message as this problem aborts. I suppose I could send a > screen shot or copy the properties out of the jms console? > BTW -- this consumer was using the recv method on the > consumer and did not do an onMessage(). As you can see in > the backtrace, the issue was occuring in the thread of the > consumer and not in the recv or onMessage function itself. > > Let me know how you would like to "view" the message and I'll > try to cook up another. > > -- Fred > > > nmittler wrote: > > > > Hi Fred, > > Could you provide us with the following? > > > > - verion of ActiveMQ-CPP you're using > > - version of the ActiveMQ Broker > > - sample code snippet that demonstrates the problem. > > > > Thanks, > > Nate > > > > -- > View this message in context: > http://www.nabble.com/C%2B%2B-OpenwireStringSupport%3A%3AreadS > tring-aborts-on-empty-property-tf4623108s2354.html#a13213445 > Sent from the ActiveMQ - Dev mailing list archive at Nabble.com. > >
