ActiveMQ CPP -- client crashes during cleanup

2009-08-24 Thread A_MAJUM
Hi http://www.nabble.com/file/p25110969/producer.cpp producer.cpp I am trying to use ActiveMQ-CPP in my application. Everything went fine --- but all the hell broke loose when I restarted the ActiveMQ broker. When the broker is stopped my onException function is invoked. I set a flag there and

Re: ActiveMQ native API problem : Broker.getDestinations

2009-08-24 Thread ffrenchm
Hello, could anyone enligth me about this minor problem ? I've already some diffs on ActiveMQ source code to solve the problem on my side. Should I raise a JIRA ? Thanks for all ffrenchm wrote: Hello, I noticed that the method Broker.getDestinations doesn't return temporary

get number of redeliveries of a Message?

2009-08-24 Thread kenjackson
I was wondering if there was a way to tell how many times a particular message has been redelivered due to exception? I know there is a redelivered flag in the Message object, but is there a way to tell how many times the particular message has been redelivered and if it is going to hit the max

Enqueue count, javax.jms.JMSException: Channel was inactive for too long, configuring activemq topics

2009-08-24 Thread praveen.sharma
Software and OS: Activemq-5.3.0.2-fuse with persistent set to false, LINUX OS I am trying to send large messages to activemq (9.7 M or 5 M). I want ActiveMQ to be running (sending large size messages) for ever without throwing any exception. However, after enqueuecount reaches 200 for a

Problem setting the ActiveMQ logging level

2009-08-24 Thread BillCCHKK
Hi, I am running ActiveMQ 5.2, embedded within another Java application, running on Java 6. I am not using log4j, nor do I have log4j.jar in my classpath. According to http://activemq.apache.org/how-can-i-enable-detailed-logging.html, if I am not using log4j, I will get the Apache Commons

Re: Problem setting the ActiveMQ logging level

2009-08-24 Thread BillCCHKK
BillCCHKK wrote: Hi, I am running ActiveMQ 5.2, embedded within another Java application, running on Java 6. I am not using log4j, nor do I have log4j.jar in my classpath. According to http://activemq.apache.org/how-can-i-enable-detailed-logging.html, if I am not using log4j, I will

Help Creating a JMS Bridge Between Oracle AQ and Active MQ 5

2009-08-24 Thread Artie Pesh-Imam
Hi All, I'm attempting to bridge Oracle 10 G AQ to Active MQ 5.2 on CentOS. My java version is 6. I believe that I have the two talking to one another but now I'm running into a problem where on startup of Active MQ I'm getting a NPE claiming that I my destination is null. Could use a little

Re: New setup and lots of Errors

2009-08-24 Thread vezee
OK, my bad. On Solaris, i should have used GNU tar instead of Solaris tar as the latter has issues with long file/path names and that resulted in turncation of class file names while untar'ing the bin package. Problem fixed. -- View this message in context: