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 fc8d884118 NO-JIRA add a few missing identifiers to the filter docs
fc8d884118 is described below
commit fc8d88411816e9b71d473b9d2513c9335f094a9d
Author: Justin Bertram <[email protected]>
AuthorDate: Thu Mar 16 13:37:00 2023 -0500
NO-JIRA add a few missing identifiers to the filter docs
---
docs/user-manual/en/filter-expressions.md | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/docs/user-manual/en/filter-expressions.md
b/docs/user-manual/en/filter-expressions.md
index cbefbb1644..c3cc870210 100644
--- a/docs/user-manual/en/filter-expressions.md
+++ b/docs/user-manual/en/filter-expressions.md
@@ -31,6 +31,13 @@ JMS message, Apache ActiveMQ Artemis core filter expressions
operate on a core m
The following identifiers can be used in a core filter expressions to
refer to attributes of the core message in an expression:
+- `AMQUserID`. The ID set by the user when the message is sent. This
+ is analogous to the `JMSMessageID` for JMS-based clients.
+
+- `AMQAddress`. The address to which the message was sent.
+
+- `AMQGroupID`. The group ID used when sending the message.
+
- `AMQPriority`. To refer to the priority of a message. Message
priorities are integers with valid values from `0 - 9`. `0` is the
lowest priority and `9` is the highest. E.g.