On Feb 27, 2006, at 12:44 AM, Rob Davies wrote:
> ActiveMQ tags messages with the brokers the message has passed
> through - so messages can be filtered out before they are sent to a
> broker that message has already visited
Should the first if clause of
org.apache.activemq.network.DemandForwardingBridge.matchesForwardingFilt
er() have an explicit 'return false;'? It looks like it logs the loop
but doesn't filter it (I haven't watched this path in action though,
it might do the right thing in practice).
John
|