Re: Sent + Pending should equal Received, no?

2008-02-10 Thread Jason Rosenberg
Further investigation reveals, that the message id's that it is complaining about not being able to recover, are actually waiting now successfully in another queue That is, my application submits 12 messages to queue1, then a consumer consumes those messages and processes them, and sends

Re: Sent + Pending should equal Received, no?

2008-02-09 Thread Jason Rosenberg
I just tried clicking on purge in the webconsole, on a queue that seemed to have messages stuck in the pending state. After the purge, it now shows that it has -4 messges pending. Should it ever be a negative number of messages pending? Jason Jason Rosenberg wrote: I have a scenario,

Re: Sent + Pending should equal Received, no?

2008-02-09 Thread Jason Rosenberg
Now, after closing down all connected clients, and restarting the broker, the webconsole shows the same queue has 2 pending messagesClicking on browse messages shows no messages. I'm wondering if the jmx QueueViewMBean needs to have more refinement to display more detailed status of

Sent + Pending should equal Received, no?

2008-02-08 Thread Jason Rosenberg
I have a scenario, with amq 5.1 Where more messages are being received than are sent. Should that be possible? It looks like indeed some of the messages are getting delivered twice, and tallied as such in the webconsole view of the queueIs there some setting I need to place on my