Re: Delivering messages to one consumer only

2007-08-07 Thread James Strachan
On 8/7/07, Sebastjan Trepca <[EMAIL PROTECTED]> wrote: > Hi all, > > I'm a newbie in ActiveMQ world and as I noticed in examples messages > get delivered to all consumers by default? Thats only for topics... > I want to deliver only to > consumer that first receives the message and consumes it. >

Delivering messages to one consumer only

2007-08-07 Thread Sebastjan Trepca
Hi all, I'm a newbie in ActiveMQ world and as I noticed in examples messages get delivered to all consumers by default? I want to deliver only to consumer that first receives the message and consumes it. So the work flow would go like this: 1. get message 2. mark it as read(unreadable by other c