RE: qpid 0.7 release date

2010-07-07 Thread Steve Huston
Hi Siamak, > just wondering if there is any time period targeted for the > release of 0.7. I am currently working from head rev but > would prefer to wait until a stable release. any estimation > would be helpful. 0.7 is a "placeholder" number for the development stream. The next release will

Re: Protocol version negociation not working in C++ 0.6

2010-07-07 Thread sammykanan
Thanks Carl, I could have sworn I looked at that earlier and it was there, but it is certainly not. -- View this message in context: http://apache-qpid-users.2158936.n2.nabble.com/Protocol-version-negociation-not-working-in-C-0-6-tp5267391p5267820.html Sent from the Apache Qpid users mailing lis

Re: Protocol version negociation not working in C++ 0.6

2010-07-07 Thread Carl Trieloff
On 07/07/2010 05:23 PM, sammykanan wrote: Hi there, I'm trying to get the 0.6 C++ client app to negociate with a Java broker where I have excluded version 0-10 (for reasons I won't try and explain). When it connects I get the error: 2010-07-07 22:13:48 error IO worker thread exiting with unhan

qpid 0.7 release date

2010-07-07 Thread Siamak Kolahi
Hey folks, just wondering if there is any time period targeted for the release of 0.7. I am currently working from head rev but would prefer to wait until a stable release. any estimation would be helpful. Thanks, Siamak

Protocol version negociation not working in C++ 0.6

2010-07-07 Thread sammykanan
Hi there, I'm trying to get the 0.6 C++ client app to negociate with a Java broker where I have excluded version 0-10 (for reasons I won't try and explain). When it connects I get the error: 2010-07-07 22:13:48 error IO worker thread exiting with unhandled exception: Unsupported version: 9-1 su

RE: qpid::client::Message problem

2010-07-07 Thread abca
Tx for your answer :) Well, I think that it's wrong because some/many times the application failed with the Windows dialog box with the 3 buttons: debug, send error report, do not send; if you see what I mean... So we cannot use Window Release version of our softwares :( It's like heap or stack

RE: qpid::client::Message problem

2010-07-07 Thread Steve Huston
Hi, > I have some trouble with this class qpid::client::Message > > Here is my code: > void main() > { > while(1) > { > getchar(); > qpid::client::Message * pMsg = new > qpid::client::Message("123456") ; > delete pMsg; >

qpid::client::Message problem

2010-07-07 Thread abca
Hi, I have some trouble with this class qpid::client::Message Here is my code: void main() { while(1) { getchar(); qpid::client::Message * pMsg = new qpid::client::Message("123456") ; delete pMsg;