Hi Have you checked out the various examples for discovery here - https://github.com/apache/activemq-artemis/tree/master/examples/features/clustered ?
Dave On Thu, Feb 27, 2020 at 8:18 AM Jarek Przygódzki <jarek.przygod...@gmail.com> wrote: > Hi, > I've been experimenting with Artemis cluster. Apparently remote client > (that is, one connecting from outside of the cluster) never switches to > different node if a node goes down after initial connection is established. > > What I would like to happen is that when client connects to any node in a > cluster, it learns cluster topology and fails over to a different node if > a > node goes down. Is it doable, or does client failover automatically to the > backup server only? > > To clarify: the cluster in question is comprised of WildFly application > servers in HA mode, connection factory is looked up via JNDI > ("jms/RemoteConnectionFactory"). > > > > -- > Sent from: > http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html >