Hi All, I am facing an issue where, I have created a 3 node cluster of artemis and created a distributed queue on it, for example exampleQueue.
When I send messages to this queue, messages are loadbalanced on each node. If there is a consumer already listening/connected to any node in cluster for this queue, it receives all those messages (This is working fine). The problem starts if there is no consumer to this queue connected to any node. Then, when a consumer comes up and connects to a node, it only receives messages present on that particular node only. Is it possible to divert all unread messages to this consumer? Any ideas? Regards, Prateek Jain