ActiveMQ CPP -- client crashes during cleanup

2009-08-23 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 i

ActiveMQ dropping alternate message

2009-08-23 Thread Sandeep Dhanuka
Hi, I am new to activeMQ. I facing a problem while running activeMQ. Every alternate message posted on queue is not reaching to the Listener. I am using tomcat 5.5.9 with activeMQ 5.2 I am using QueuePoster class to post the messages to the queue and QueueListener to receive the messages. JMSfac