Re: Queues without consumer and messages are not cleaning up

2025-03-11 Thread Justin Bertram
By default, the resources need to be "used" before they are deleted. However, the behavior is configurable. Try using this: ... true ... true ... See more details in the documentation [1]. Justin [1] https://activemq.apache.org/components/artemis/documentation/lates

Queues without consumer and messages are not cleaning up

2025-03-11 Thread Thai Le
Hello, I am getting my address setting below by calling getAddressSettingsAsJSON using management API : "CRON_JOB_QUEUE.#" : { "addressFullMessagePolicy" : "PAGE", "maxSizeBytes" : -1.0, "maxReadPageBytes" : 2.097152E7, "maxReadPageMessages" : -1.0, "pageLimitBytes" :

RE: Server plugin for artemis 2.39

2025-03-11 Thread John Lilley
Thanks for the follow up! I will regenerate my broker instance and see if it fixes both this and the artemis.cmd issue. PLEASE NOTE: This e-mail from Redpoint Global Inc. (“Redpoint”) is confidential and is intended solely for the use of the individual(s) to whom it is addressed. If you believ

Release 2.40 timeline

2025-03-11 Thread rusu ionut
Hello, Do you have a estimation date for release 2.40? We are waiting for the fix related to WebSocket Pong frames.  Also, do you have an estimation for this ticket:  https://issues.apache.org/jira/browse/ARTEMIS-5277 Thank you!

Re: Camel JMS consumer with dynamic selector to read ActiveMQ DLQueues

2025-03-11 Thread Robbie Gemmell
I haven't used it personally, but on your last point around setting expiration on DLQ messages...a quick google turned up this page suggesting it can do that since 5.12.0: https://activemq.apache.org/components/classic/documentation/message-redelivery-and-dlq-handling Look for the section headed "

Re: Camel JMS consumer with dynamic selector to read ActiveMQ DLQueues

2025-03-11 Thread Ephemeris Lappis
Hello We're using ActiveMQ "classic" 5.18.3 Regards. Le mar. 11 mars 2025 à 15:01, Justin Bertram a écrit : > Are you using ActiveMQ Classic or ActiveMQ Artemis? Also which version are > you using? > > > Justin > > On Tue, Mar 11, 2025 at 8:08 AM Ephemeris Lappis < > ephemeris.lap...@gmail.com

Re: Camel JMS consumer with dynamic selector to read ActiveMQ DLQueues

2025-03-11 Thread Ephemeris Lappis
Hello. Original messages globally (we already have some kind of messages that use it) must not have a time to live. And I found no way to tell ActiveMQ to add a time to live when a message is moved to a DLQ by a rollback of the recipient process :I don't think we have to change the transaction han

Re: Camel JMS consumer with dynamic selector to read ActiveMQ DLQueues

2025-03-11 Thread Justin Bertram
Are you using ActiveMQ Classic or ActiveMQ Artemis? Also which version are you using? Justin On Tue, Mar 11, 2025 at 8:08 AM Ephemeris Lappis wrote: > Hello. > > I'm looking for a simple way to clean DLQ queues on our ActiveMQ brokers. > Messages are moved to DLQ queues when some unexpected co

RE: Camel JMS consumer with dynamic selector to read ActiveMQ DLQueues

2025-03-11 Thread Mattern, Alex
If you are just looking to trash old messages then use the timeToLive setting when producing messages on the DLQ. https://camel.apache.org/components/4.10.x/eips/message-expiration.html If you want a manually triggered process, then you can create a consumer application that consumes X number of

Camel JMS consumer with dynamic selector to read ActiveMQ DLQueues

2025-03-11 Thread Ephemeris Lappis
Hello. I'm looking for a simple way to clean DLQ queues on our ActiveMQ brokers. Messages are moved to DLQ queues when some unexpected conditions lead consumers to fail. We've no automatic processing for DLQ messages that are only needed for diagnosis. Nevertheless, when the queues contain too man