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 <kamaual...@gmail.com>:
>> 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 configure ActiveMQ to host this shared job queue and
>> ensure that a job may only be picked only once?
>>
>> Any pointers to necessary material are welcome.
>>
>> Allan.
>>