Re: JMXServiceURL for vm://

2012-08-10 Thread Raul Kripalani
What version of AMQ are you testing against? Have you tried attaching another consumer after running your test which leaves 10 messages behind? If you have, those 10 messages stay put in the broker? Regards, *Raúl Kripalani* *Principal Consultant | FuseSource Corp. r...@fusesource.com | fusesou

Re: JMXServiceURL for vm://

2012-07-25 Thread Jamie
Thanks, Tim. It worked! How accurate is the queue size figure? I have a pool of consumers retrieving messages from the queue on a constant basis, although strangely getQueueSize() is showing 10 messages left on the queue when there should be none. Any ideas? Thanks Jamie On 2012/07/26 1:38

Re: JMXServiceURL for vm://

2012-07-25 Thread Timothy Bish
On Thu, 2012-08-02 at 10:09 +0200, Jamie wrote: > Greetings! > > I have ActiveMQ integrated in an embedded scenario whereby the Broker > and ActiveMQ configuration is created programmatically in Java. > > Since I am not intending to queue data over a network, for performance > reasons, I am u

JMXServiceURL for vm://

2012-07-25 Thread Jamie
Greetings! I have ActiveMQ integrated in an embedded scenario whereby the Broker and ActiveMQ configuration is created programmatically in Java. Since I am not intending to queue data over a network, for performance reasons, I am using the URL "vm://appname" in place of localhost when creat