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? As JMS spec does not specify __how__ message be re-delivered, it depends ActiveMQ implementation. 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? -- View this message in context: http://www.nabble.com/Redelivery-of-failed-messages-tf2276524.html#a6331847 Sent from the ActiveMQ - User forum at Nabble.com.
