Re: Messages are not removed from queue after onMessage is fired

2008-01-22 Thread Fady
Here are snippets from my Java code. Please let me know if this is enough. /* -*/ /* Code used to send the message */ /* ---

Re: Messages are not removed from queue after onMessage is fired

2008-01-22 Thread James Strachan
That sounds wonky - whats your Java code look like? On 22/01/2008, Fady <[EMAIL PROTECTED]> wrote: > > Thanks for your reply James, > > I am not seing any exceptions coming out of onMessage. > > I ran more tests and things are more complicated than I first thought. > > When I run 100 sends/receive

Re: Messages are not removed from queue after onMessage is fired

2008-01-22 Thread Fady
Thanks for your reply James, I am not seing any exceptions coming out of onMessage. I ran more tests and things are more complicated than I first thought. When I run 100 sends/receives, JMX shows a QueueSize=100 and DispatchCount=100 after the test has run, where I was expecting QueueSize=0 (s

Re: Messages are not removed from queue after onMessage is fired

2008-01-22 Thread James Strachan
On 22/01/2008, Fady <[EMAIL PROTECTED]> wrote: > > Hello, > > I am new to JMS and ActiveMQ so I am probably doing something stupid but > can't figure out what it is: > > I am running ActiveMQ 5.0.0 imbedded in a Tomcat application. I have a > non-persistent producer, from a non-transacted and autoa