-
Beta Was this translation helpful? Give feedback.
Answered by
jbertram
Apr 9, 2024
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.
3 replies
-
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<#853 (reply in thread)>, 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.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.