Hi, How do I get an Artemis client session to automatically reconnect after a transient network disconnect or a server restart?
Messages are consumed using the Artemis Core API message handler, so consumer processes are long-running and only create an Artemis client session at startup. Currently, the consumer doesn't seem to receive new messages after the server is restarted. Client connections are initiated using ActiveMQClient.createServerLocatorWithoutHA() (one server instance only). I'm using Artemis v1.4.0. Marko