Replies: 1 comment 1 reply
-
By default, the broker pods related to a single ActiveMQ Artemis CR are connected in a cluster and the message distribution is enabled. You need to enable redistribution to if you need to connect to any broker pod of the cluster to send or receive messages, see https://activemq.apache.org/components/artemis/documentation/latest/clusters.html#message-redistribution |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Requirement: I want to set up multiple broker pods having a single external endpoint.
So, want to know whether in the clustered broker pod (or any other artemis topology) set up, if we send queue message to any one broker pod in cluster, will that queue message get reflected on other broker pods too automatically so that they can be consumed from any other broker pod later by the consumers.
Does Artemis support this? If yes, what setup is best suited for this? If any docs for reference, that would be great
Beta Was this translation helpful? Give feedback.
All reactions