This is an automated email from the ASF dual-hosted git repository.
jbertram pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
The following commit(s) were added to refs/heads/main by this push:
new baad877989 ARTEMIS-5468 more doc clarifications for expiring messages
baad877989 is described below
commit baad8779895f1dbdf1ab9b8c913b2a2dd5361a76
Author: Justin Bertram <[email protected]>
AuthorDate: Tue Jun 24 16:11:42 2025 -0500
ARTEMIS-5468 more doc clarifications for expiring messages
---
docs/user-manual/message-expiry.adoc | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/docs/user-manual/message-expiry.adoc
b/docs/user-manual/message-expiry.adoc
index 240b1ff5b1..bd9ebb5450 100644
--- a/docs/user-manual/message-expiry.adoc
+++ b/docs/user-manual/message-expiry.adoc
@@ -41,7 +41,7 @@ a `Long` property containing the _actual expiration time_ of
the expired message
== Configuring Expiry Addresses
-Expiry address are defined in the address-setting configuration:
+Expiry addresses are defined in the `address-setting` configuration:
[,xml]
----
@@ -51,6 +51,8 @@ Expiry address are defined in the address-setting
configuration:
</address-setting>
----
+== Dropping Expired Messages
+
If messages are expired and no expiry address is specified or explicitly unset
(e.g. using `<expiry-address/>`) then messages are simply removed from the
queue and dropped.
Address xref:wildcard-syntax.adoc#wildcard-syntax[wildcards] can be used to
configure expiry address for a set of addresses.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact