Re: StackOverflowError when building AMQP message

2013-06-16 Thread Brian
Hi, Can anyone help me? Thanks -- View this message in context: http://qpid.2158936.n2.nabble.com/StackOverflowError-when-building-AMQP-message-tp7594137p7594177.html Sent from the Apache Qpid users mailing list archive at Nabble.com. --

Re: Is the class Receiver in QPID thread safe

2013-06-16 Thread Rajesh Khan
This post is regarding the initial title of the thread. Kindly correct me if I am wrong. I believe the objects of Qpid are not really thread safe. This is because I tried the following code . The following method is run in 3 separate parallel threads void SomeClass::SomeMethod() {

Another cmake quirk (I think....)

2013-06-16 Thread Fraser Adams
Hey all, I mostly use java clients with the c++ broker, so I only noticed this today (I did an svn update and full make uninstall/make install cycle yesterday). So I was playing around and felt like firing up a couple of simple c++ qpid::messaging clients that I had. I did a make clean foll

Re: Problem connecting "No protocol received closing"

2013-06-16 Thread Rajesh Khan
In the above code connection is a class instance boost shared ptr and the method is running in a separate thread On Sun, Jun 16, 2013 at 1:19 AM, Rajesh Khan wrote: > While attempting to connect to the broker I am getting the following error > message > > 2013-06-16 01:15:25 [System] error Conne

Problem connecting "No protocol received closing"

2013-06-16 Thread Rajesh Khan
While attempting to connect to the broker I am getting the following error message 2013-06-16 01:15:25 [System] error Connection 127.0.0.1:5672-127.0.0.1:51592No protocol received closing My C++ code looks like this. The error occurs when I attempt to open a connection connection = boost::make_s