activemq-artemis icon indicating copy to clipboard operation
activemq-artemis copied to clipboard

ARTEMIS-3918 support FQQN + anycast + redistribution

Open jbertram opened this issue 3 years ago • 0 comments

When a message is sent to an anycast queue via FQQN on one node of a cluster and then a consumer is created on that same anycast queue via FQQN on another node in the cluster the message is not redistributed to the node with the consumer.

This commit fixes this use-case primarily by including the FQQN info in the notification messages sent to other nodes in the cluster.

jbertram avatar Aug 03 '22 22:08 jbertram