I must have looked at this documentation at least 10 times today.
Thank you both!
> On 24 Jun 2025, at 16:45, Justin Bertram wrote:
>
> LET OP! Deze e-mail komt van buiten de organisatie. Klik niet op links en
> open geen bijlagen tenzij je de afzender herkent en weet dat de inhoud veilig
>
This documentation [1] might be helpful. It basically explains what Herbert
mentioned. In short, you can ensure expired messages are dropped by
unsetting the expiry-address.
Justin
[1]
https://activemq.apache.org/components/artemis/documentation/latest/message-expiry.html#configuring-expiry-addr
I updated the documentation [1] to hopefully make this more obvious.
Justin
[1]
https://github.com/apache/activemq-artemis/blob/main/docs/user-manual/message-expiry.adoc
On Tue, Jun 24, 2025 at 11:04 AM Kamara, George (RWS CIV)
wrote:
> I must have looked at this documentation at least 10 tim
Today, I don't use persistent messages at all, and just want to release
memory resources when messages are no longer valid.
Do you confirm me that the number of consumers (0 here), that is found into
Advisory messages, is not changed by this automatic behaviour ? It's
important for us to know th
You might also want to look into the DiscardingDLQBroker plugin.
See bottom of this page
http://activemq.apache.org/message-redelivery-and-dlq-handling.html
Joe
http://www.ttmsolutions.com
Eric-AWL wrote:
>
> Hi Joe.
>
> Thank you very much for your answer.
>
> Eric-AWL.
>
>
> Joe Ferna
Hi Joe.
Thank you very much for your answer.
Eric-AWL.
Joe Fernandez wrote:
>
> With AMQ 5.3, non-persistent messages that expire are automatically
> removed/deleted from their destination. Persistent messages are moved to
> the DLQ.
>
> By default, the destination sweeps occur every 30 sec
With AMQ 5.3, non-persistent messages that expire are automatically
removed/deleted from their destination. Persistent messages are moved to the
DLQ.
By default, the destination sweeps occur every 30 seconds. You can change
this default via the 'expireMessagesPeriod' property.
Joe
http://www.t