Re: How to tell if everything in a queue has been processed

2009-09-15 Thread amp834
so put something into the broker if it's easier to do so there. If there is a JMX way of doing the same thing, I can use that as well. -- View this message in context: http://www.nabble.com/How-to-tell-if-everything-in-a-queue-has-been-processed-tp24887648p25464332.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: How to tell if everything in a queue has been processed

2009-09-11 Thread Bruce Snyder
On Thu, Sep 10, 2009 at 9:39 AM, amp834 wrote: > > > >>messages are sent to another queue to indicate that a job/message has been > processed. By sending a > message to a different queue upon completion of such processing, the client > can poll for messages on that queue and know immediately when

Re: How to tell if everything in a queue has been processed

2009-09-10 Thread Rob Davies
hing on to? The net effect of what I'm trying to do is to... submit a "job" that consists of several subtasks, the subtasks can also add more subtasks to that job's queue, and to know when there is no subtask left (it can send a message to an admin queue). -- View thi

Re: How to tell if everything in a queue has been processed

2009-09-10 Thread amp834
to... submit a "job" that consists of several subtasks, the subtasks can also add more subtasks to that job's queue, and to know when there is no subtask left (it can send a message to an admin queue). -- View this message in context: http://www.nabble.com/How-to-tell-if-every

Re: How to tell if everything in a queue has been processed

2009-09-10 Thread Bruce Snyder
On Sun, Aug 9, 2009 at 8:32 AM, amp834 wrote: > > I'm using ActiveMQ to "Submit a job" to queue "Job53" (a queue for each job), > with (say) 500 subtasks, and want to know when the 500 items have been > processed completely.  I thought of creating a queue just for that job, > writing 500 messages

Re: How to tell if everything in a queue has been processed

2009-09-10 Thread amp834
ssages that a consumer has taken but has not finished processing)? >> >> I found an old post, but it's so old that I thought I'd ask the >> question >> again. >> http://www.nabble.com/Query-the-number-of-messages-from-a-Queue-to3652780.html#a3653404 >> &

Re: How to tell if everything in a queue has been processed

2009-08-09 Thread Rob Davies
I'd ask the question again. http://www.nabble.com/Query-the-number-of-messages-from-a-Queue-to3652780.html#a3653404 -- View this message in context: http://www.nabble.com/How-to-tell-if-everything-in-a-queue-has-been-processed-tp24887648p24887648.html Sent from the ActiveMQ - User mailing

How to tell if everything in a queue has been processed

2009-08-09 Thread amp834
Query-the-number-of-messages-from-a-Queue-to3652780.html#a3653404 -- View this message in context: http://www.nabble.com/How-to-tell-if-everything-in-a-queue-has-been-processed-tp24887648p24887648.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.