Hi All, I have a question on the behavior of diverts in activemq. Here is what I read in documentation:
*A divert will only divert a message to an address on the same server. If you want to divert to an address on a different server, a common pattern would be to divert to a local store-and-forward queue, then set up a bridge that consumes from that queue and forwards to an address on a different server.* My query is, if we have a cluster setup where message re-distribution is happening between activemq nodes. What is the expected behavior? Will the messages get routed to nodes where consumers are attached or they endup on the same server/node? In my case, I see that routing is not happening. Anything that can be done in a generic way which would enable redistribution for all diverts in the same cluster? Regards, Prateek Jain -------------------------------------------------------------- EXPECTATION : Causes all troubles...... --------------------------------------------------------------