On 9/15/06, Aleksey <[EMAIL PROTECTED]> wrote:
James.Strachan wrote: > > Yes. Rolling back a transaction will redelivery the message. Also > Question is : will Active MQ redeliver to the same consumer or message will be re-delivered by broker to another consumers/on other servers?
We try to redeliver to the same consumer first - since this is least likely to break ordering of queues. Then only if that consumer reaches the redelivery counter (or terminates) do we try another consumer.
For us this important because we want to build fault tolerant message delivery to multiple servers from one queue. Is it feasible/correct to do this way?
Yes -- James ------- http://radio.weblogs.com/0112098/
