> Is it possible to disable clustering for some addresses?

Yes. Just define the address(es) in the <address> element of the relevant
<cluster-connection> prepended with '!'. This syntax is noted in the
documentation [1].


Justin

[1]
https://activemq.apache.org/components/artemis/documentation/latest/clusters.html#configuring-cluster-connections

On Thu, Jan 4, 2024 at 7:32 AM Shiv Kumar Dixit
<shivkumar.di...@it.eurofinseu.com.invalid> wrote:

> 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
>

Reply via email to