Hi Thorsten,

setting the the `useTopologyForLoadBalancing` parameter to false on the
URL, the ActiveMQ Artemis JMS Client only uses the initial servers
specified in the URL , ie:
`(tcp://server0:61616,tcp://server1:61616)?useTopologyForLoadBalancing=false`

Regards,
Domenico

On Tue, 13 Apr 2021 at 09:23, Thorsten Kunz <thorsten.k...@masergy.com>
wrote:

> Hi there,
>
> I was wondering if it is possible to use the Artemis Java Core JMS client
> and connect to a cluster and ignore all topology information.
> So lets say I have a cluster with 5 active nodes but in the connection URL
> I only specify 3 of them. Right now the client discovers the remaining 2 as
> well and connects to all 5. But I need the client to only connect to the 3
> I provided in the connection URL.
>
> Thanks in advance
>
> Thorsten
>

Reply via email to