Re: how to get the resourceName of a queue ?

2023-03-25 Thread Justin Bertram
Queue names are globally unique. You cannot have two queues with the same name on two different addresses. This is covered in the documentation [1]. In any case, you can use org.apache.activemq.artemis.api.core.management.ResourceNames class to help build the proper resource name. In your case you

how to get the resourceName of a queue ?

2023-03-24 Thread Thai Le
Hello, I have 2 queues with the same name Q, one in address A1 and one in address A2. How do I make a *resource name* of queue Q in A1 ? I'm trying to use the java artemis client to do some management operations and i need the resource name for: ManagementHelper.putOperationInvocation(session.crea