-
Hi support, I wanted to try configuring the expiryAddress on the same addressSetting equal to "" ... am I on the right path? Many thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Hi @eanbiso, Apache ActiveMQ Artemis drops expired messages only when the expiry address value is |
Beta Was this translation helpful? Give feedback.
-
Perfect, thanks.
In this case it should be possible also in the k8s context, setting the corresponding value to "" (empty string).
I will try that.
Many thanks,
Andrea
…________________________________
Da: Justin Bertram ***@***.***>
Inviato: martedì 9 aprile 2024 20:48
A: artemiscloud/activemq-artemis-operator ***@***.***>
Cc: Andrea Bisogno ***@***.***>; Mention ***@***.***>
Oggetto: Re: [artemiscloud/activemq-artemis-operator] How to remove expiry-address for addresses matching "#" (Discussion #853)
FWIW, this should already be possible. For example, this can be set in broker.xml:
<expiry-address/>
And that will "unset" the expiry-address for all matching addresses so that messages which expire from queues which match that address are dropped.
—
Reply to this email directly, view it on GitHub<https://github.com/artemiscloud/activemq-artemis-operator/discussions/853#discussioncomment-9063768>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ALR2QEJPS77JSFBWT2R4C2DY4RH2NAVCNFSM6AAAAABF4CVOXKVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TANRTG43DQ>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
FWIW, this should already be possible. For example, this can be set in
broker.xml
:<expiry-address/>
And that will "unset" the expiry-address for all matching addresses so that messages which expire from queues which match that address are dropped.