Solutionunvalidated
Use ActiveMQClient.createServerLocator(), rely on broker-managed management addresses/queues and ClientRequestor instead of manually creating them, update/create AddressSettings via an AddressSettings object and toJSON() before creating the queue, start the ClientSession, and configure it for auto-commit sends/acks.
d35554be-57b2-466d-8692-8b5689235ae8
Use ActiveMQClient.createServerLocator(), rely on broker-managed management addresses/queues and ClientRequestor instead of manually creating them, update/create AddressSettings via an AddressSettings object and toJSON() before creating the queue, start the ClientSession, and configure it for auto-commit sends/acks.