Hi, I've topic message listeners running in both the nodes of a cluster. Both of them are listening onto the same topic.
But my requirement is I want only one of the message listener should consume the message & only when it's node goes down for some reason, only then the other message consumer takes over & continue processing the messages from the topic. How can I achieve this in activemq? I'm using the activemq version 5.7.0 Thanks in advance, Sanjit