Re: Help getting Artemis to auto-delete empty/idle queues

2022-09-26 Thread Justin Bertram
For what it's worth, screenshots (or any attachment for that matter) don't come through the on mailing list. Can you provide your full broker.xml? Justin On Mon, Sep 26, 2022 at 5:40 PM John Lilley wrote: > We have a JMS-based application and are trying to upgrade from ActiveMQ > 5.15 to

Re: Help getting Artemis to auto-delete empty/idle queues

2022-09-26 Thread Clebert Suconic
There is an address settings to auto delete. As far as I know activemq didn’t do auto delete. Only auto create ? But we have a setting for that in the address settings. On Mon, Sep 26, 2022 at 6:40 PM John Lilley wrote: > We have a JMS-based application and are trying to upgrade from

Help getting Artemis to auto-delete empty/idle queues

2022-09-26 Thread John Lilley
We have a JMS-based application and are trying to upgrade from ActiveMQ 5.15 to Artemis. However, I cannot seem to make Artemis auto-delete queues created by our application.On the console, it seems pretty clear that the queues are empty and idle: [cid:image003.png@01D8D1C6.91A662C0] I’ve

RE: ActiveMQ Strange Delays (old version)

2022-09-26 Thread Thomas, Patrick R
Here is the information from the command. Today's problem seems to have resolved itself. The first time it happened, the delay was 30 minutes. I had to reboot right away because of the backlog it was creating. I didn't get another report of it happening for at least a year and a half. It is

Re: ActiveMQ Strange Delays (old version)

2022-09-26 Thread Justin Bertram
You may need to use the WildFly CLI to get all the information you need. I'm not terribly familiar with the WildFly admin console. For example, if you execute this command in the WildFly CLI: /subsystem=messaging-activemq/server=default/jms-queue=myQueue:read-resource(include-runtime=true)

RE: ActiveMQ Strange Delays (old version)

2022-09-26 Thread Thomas, Patrick R
Thank you for the speedy response. Yes, it is very difficult to upgrade systems in my particular area for a variety of reasons. I would not have expected issues with the messaging system to be the area that caused me problems. Our system only sends a few thousand messages per day. That seems

Re: ActiveMQ Strange Delays (old version)

2022-09-26 Thread Justin Bertram
You weren't kidding about the problem being on an "old version." WildFly 10 was released in 2016 and shipped with ActiveMQ Artemis 1.1.0. There's been almost 50 releases of ActiveMQ Artemis and around 30 releases of WildFly in the last 6 years since then. Things I would check: - On the queue:

ActiveMQ Strange Delays (old version)

2022-09-26 Thread Thomas, Patrick R
Hello, I am new to this mailing list. I built at application years ago using WildFly 10 and the ActiveMQ that is embedded. Recently, on extremely rare occasions, one of our queues slow down. My log files of my application show that messages are delayed by anywhere from 5 to 30 minutes. The

Re: Is Artemis Production Ready?

2022-09-26 Thread Robbie Gemmell
Couple minor corrections for anyone else reading later.. On Mon, 26 Sept 2022 at 14:15, Clebert Suconic wrote: > > the major bit from the release (2) only tells you about the API. Currently > version 2 will be version 2 as long as we keep the API compatible with > previous releases. (When we

Re: Is Artemis Production Ready?

2022-09-26 Thread Clebert Suconic
I would refer to the documentation of ActiveMQ artemis itself: https://activemq.apache.org/components/artemis/documentation/ noting that 2.26.0 is being uploaded now: https://activemq.apache.org/components/artemis/documentation/latest/versions.html On Mon, Sep 26, 2022 at 9:20 AM Mark Johnson

Re: Is Artemis Production Ready?

2022-09-26 Thread Clebert Suconic
the major bit from the release (2) only tells you about the API. Currently version 2 will be version 2 as long as we keep the API compatible with previous releases. (When we make it 3.0 it means we can remove a few deprecated methods and other stuff) The second bit, 2.26.0 (26), means we had **

Is Artemis Production Ready?

2022-09-26 Thread Mark Johnson
Although Artemis is at Release 2, I cannot find a direct statement in the online documentation that Artemis is production ready. In contrast, this page suggests that Artemis is not production ready https://activemq.apache.org/activemq-artemis-roadmap. Naturally, I must provide evidence that

Re: sequential requests in a cluster

2022-09-26 Thread brock samson
after playing around more with the JMSXGroupID values, and noticed that various values seem to send requests to various members of the cluster. as mentioned in my previous post, i was looking for some random approach where AMQ would distribute the processing of message groups among all cluster