QueueController countMessages(String, String) in web console

2024-11-13 Thread Keith Herbert
I'm stumped by how to use the filter for countMessages(String, String) in the console view for queue operations. My goal is to get a count of messages grouped by clientID. I boot up a broker and send 3000 messages with 3 different clientIDs. bin/artemis producer --destination exampleQueue --url t

Re: Artemis resource adapter - SSL configuration

2024-11-13 Thread Martin Czakó
So far I’ve got this. XATransaction artemis-ra.rar host=master-broker-host;port=61616,host=slave-broker-host;port=61616

Re: Starting ActiveMQ Artemis inside Wildfly in paused mode

2024-11-13 Thread Justin Bertram
>From what I recall WildFly itself has a pretty rich set of dependency features to enable things to start in the "right" order. My guess is that you simply don't have your dependencies set up properly to enable this. For example, I believe if you inject a reference to a JMS queue in your applicatio

Starting ActiveMQ Artemis inside Wildfly in paused mode

2024-11-13 Thread Bisil
We have an ActiveMQ server with a number of queues configured in our Wildfly configuration. We would like to start Wildfly with a suspended ActiveMQ and at a later stage activate ActiveMQ through JMX. The reason for this is that we are receiving JMS messages before our application is in the pro