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

Re: disconnect recovery issue

2023-03-24 Thread prateekjai...@gmail.com
Yes, I too faced similar issues while randomly killing artemis instances. The pattern which I observed was mainly, when you kill live instances in a cluster w/o running backup node. So, in our case we incorporated *client side failover* detection. IMO, most of the times; failover happens transparen