Hi, Is it possible to disable clustering for some addresses? E.g. if I have 2 nodes in a broker cluster and given address TEST.DEMO is present on both nodes. If messages are pending on node A and consumer connects to node B then by virtue of clustering, messages move from node A to node B and consumer on node B gets them. Is it possible to disable this movement for a given address and consumer on node B should only get messages when the pending messages are on node B only?
Thanks Shiv