disconnect recovery issue

2023-03-23 Thread John Lilley
We’ve added a chaos monkey to randomly disconnect Artemis clients from broker. This mostly works, however, we do get occasional errors that are not retried by the AMQ JMS client. This manifests with the exception: AMQ219016: Connection failure detected. Unblocking a blocking call that will never

Re: Artemis REST API

2023-03-23 Thread Lachezar Dobrev
You can navigate the Artemis web console, and in the list of 'Operations' you can use the three-dots menu to 'Copy Jolokia URL'. For an example the countMessages() method on the DQL can be called with: http://172.17.0.2:8161/console/jolokia/exec/org.apache.activemq.artemis:broker=!%22broker!%22,

Re: Artemis REST API

2023-03-23 Thread Thai Le
Thank you for the reference, i checked them but still confused about how to navigate between different Control classes. As i understand, this url http://localhost:8161/console/jolokia/read/org.apache.activemq.artemis:broker=\"0.0.0.0\"/QueueNames mean to execute the getQueueNames method but how do

Co Located Backups Question

2023-03-23 Thread Roy Cohen
Hello everyone We have a setup of three Artemis brokers (very old version don’t ask :)) We would like to configure the co located backups such that the backups are sent in this order: Broker01 -> Broker02 Broker02 -> Broker03 Broker03 -> Broker01 I was reading on co located backups here: ht

Re: Cluster bridge and message order

2023-03-23 Thread Oliver Lins
Hi, is there any news concerning this question? Oliver On 3/16/23 13:59, Oliver Lins wrote: Hi, I've attached an archive containing the test apps, logs and a readme file. If you have any questions pls let me know. Thank you, Oliver On 3/15/23 16:31, Justin Bertram wrote: I just need a w