Thank you Justin
On Wed, 26 Oct 2022 at 01:37, Justin Bertram wrote:
> Use the "getQueueNames" method on the address control [1], e.g.:
>
> try (ServerLocator locator =
> ActiveMQClient.createServerLocator("vm://0");
>ClientSessionFactory factory = locator.createSessionFactory(
Use the "getQueueNames" method on the address control [1], e.g.:
try (ServerLocator locator =
ActiveMQClient.createServerLocator("vm://0");
ClientSessionFactory factory = locator.createSessionFactory();
ClientSession session = factory.createSession(false, true,
true)) {