Hi, I have just a few questions ...
I'm running activemq 5.1.0 and would like to know how to turn off persistence. I downloaded the activemq binaries, decompressed them in my home dir, and started them via './bin/activemq > a.log &'. I looked at the default xml file in the ./conf dir, but saw no element that allowed me to set persistent=false as shown here ... http://activemq.apache.org/how-do-i-disable-persistence.html I use stomp within a very simple of simplest python script to write messages to my queues and I'm also trying to find why some of my messages seem to be not making it onto the queue. It's like some messages are being lost. Also, when a message is sent to a queue, at what point is it removed from the queue? If multiple clients are subscribed to /queue/test, how is the message removed knowing that all clients have it before removing it. Any help much appreciated.