Description
ActiveMQ version - 5.16.3
We are using a client which connects to ActiveMQ over SSL. If the client restarts, we are getting below exception
ERROR | Exception in main
javax.jms.InvalidClientIDException: Broker: localhost - Client: MdmEventsExtractor already connected from tcp://x.x.x.x:53163
So we tried configuring "allowLinkStealing" for SSL connector, so that when client restarts and tries to connect with the same client id, it should be able to connect.
The activemq.xml is attached. With this configuration we are still getting javax.jms.InvalidClientIDException.
Can you please suggest if there anything wrong with the configuration?