Re: Quest for Job queue

2010-11-07 Thread Norman Maurer
Ups Right! Bye Norman 2010/11/7, Rob Davies : > You mean JMS Queue ;) > On 7 Nov 2010, at 10:30, Norman Maurer wrote: > >> Just use a JMX queue for this. It will do what you need out of box. >> >> Bye >> Norman >> >> 2010/11/7, Allan Kamau : >>> I am new to ActiveMQ and messaging as a whole.

Re: Quest for Job queue

2010-11-07 Thread Rob Davies
You mean JMS Queue ;) On 7 Nov 2010, at 10:30, Norman Maurer wrote: > Just use a JMX queue for this. It will do what you need out of box. > > Bye > Norman > > 2010/11/7, Allan Kamau : >> I am new to ActiveMQ and messaging as a whole. I am developing a >> parallized application the missing compon

Re: Quest for Job queue

2010-11-07 Thread James Green
You are describing the default behaviour of an ActiveMQ consumer. Fire up the consumer and ask for the next message in the queue. Loop. Fire up a second (and more) consumer and loop. The messages will be handed out evenly. James On 7 November 2010 10:13, Allan Kamau wrote: > I am new to Active

Re: Quest for Job queue

2010-11-07 Thread Norman Maurer
Just use a JMX queue for this. It will do what you need out of box. Bye Norman 2010/11/7, Allan Kamau : > I am new to ActiveMQ and messaging as a whole. I am developing a > parallized application the missing component is the shared job queue > where each process picks one available job (at a time

Quest for Job queue

2010-11-07 Thread Allan Kamau
I am new to ActiveMQ and messaging as a whole. I am developing a parallized application the missing component is the shared job queue where each process picks one available job (at a time) from a job queue, it is important that a job should not be picked by more than one process. Is it possible to