RE: active-cpp persistent problem

2006-12-08 Thread Bish, Tim
AFAIK the activemq-cpp message do properly send the persistant flag. Can you create a small test app that demonstrates to problem? What are the steps you are currently following in both cases? Are you sending messages with the C++ client and they are not persistant when you restart and

Re: active-cpp persistent problem

2006-12-08 Thread amq user
On 12/8/06, Bish, Tim [EMAIL PROTECTED] wrote: AFAIK the activemq-cpp message do properly send the persistant flag. Can you create a small test app that demonstrates to problem? yes. my test code is just a copy of main.cpp from the example. run method looks like: virtual void run() {

RE: active-cpp persistent problem

2006-12-08 Thread Bish, Tim
What version of the broker are you using? Regards Tim -Original Message- From: amq user [mailto:[EMAIL PROTECTED] Sent: Friday, December 08, 2006 2:37 PM To: activemq-dev@geronimo.apache.org Subject: Re: active-cpp persistent problem On 12/8/06, Bish, Tim [EMAIL PROTECTED

Re: active-cpp persistent problem

2006-12-08 Thread amq user
Subject: Re: active-cpp persistent problem On 12/8/06, Bish, Tim [EMAIL PROTECTED] wrote: AFAIK the activemq-cpp message do properly send the persistant flag. Can you create a small test app that demonstrates to problem? yes. my test code is just a copy of main.cpp from the example

Re: active-cpp persistent problem

2006-12-08 Thread amq user
PROTECTED] wrote: What version of the broker are you using? Regards Tim -Original Message- From: amq user [mailto:[EMAIL PROTECTED] Sent: Friday, December 08, 2006 2:37 PM To: activemq-dev@geronimo.apache.org Subject: Re: active-cpp persistent problem On 12/8/06, Bish, Tim

RE: active-cpp persistent problem

2006-12-08 Thread Bish, Tim
, 2006 3:35 PM To: activemq-dev@geronimo.apache.org Subject: Re: active-cpp persistent problem I do see the message is NON-PERSISTENT from jconsole using browse(). No matter how I set it (persistent or non-persisten) in the cpp code. I got NON_PERSISTENT. Please help! On 12/8/06, amq user

Re: active-cpp persistent problem

2006-12-08 Thread amq user
write an issue against activemq-cpp regarding this so you can track the progress there. Regards Tim -Original Message- From: amq user [mailto:[EMAIL PROTECTED] Sent: Friday, December 08, 2006 3:35 PM To: activemq-dev@geronimo.apache.org Subject: Re: active-cpp persistent problem I