Re: Messages getting stuck on one broker

2011-06-23 Thread Gary Tully
This is a known issue: https://issues.apache.org/jira/browse/AMQ-2324 but I think this should be configurable, at least it should be possible to allow resending back to the origin broker when there are no local consumers. There are issues with duplicate detection in the cursors but otherwise it sh

Re: Messages getting stuck on one broker

2011-06-14 Thread Denis Bazhenov
Could you provide link, where you get this information? I observe this problem too. On 15.06.2011, at 1:37, dburke wrote: > Never mind, I found out that this is technically by design. Apparently > messages don't return to brokers that they've already been to, by tagging > the message with broker

Re: Messages getting stuck on one broker

2011-06-14 Thread dburke
Never mind, I found out that this is technically by design. Apparently messages don't return to brokers that they've already been to, by tagging the message with broker id's that it's been to. Sounds to me like this is to prevent looping and what-not, because of all the fancy routing you can do w