----- "ego" <[EMAIL PROTECTED]> wrote:
> Hey,
> 
> I'm not sure that my problem stands for "consumer failover". I would
> like to
> know if it's possible to have a group of consumers, listening the
> same
> Topic. Only one of the consumers is allowed to process the same
> message. The
> idea is that if one of the consumer die, the other consumers of my
> "cluster"
> can always process the new messages.

  I think you can do this, if you use a queue, instead of a topic, and mark the 
consumer as "exclusive".  Topics are for one-to-many communications anyways, so 
definitely not what you want.

http://activemq.apache.org/exclusive-consumer.html


Tom

Reply via email to