You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@activemq.apache.org by GitBox <gi...@apache.org> on 2022/03/21 16:37:27 UTC

[GitHub] [activemq-artemis] gtully commented on a change in pull request #3978: ARTEMIS-3708 Collapse key transformer into policy

gtully commented on a change in pull request #3978:
URL: https://github.com/apache/activemq-artemis/pull/3978#discussion_r831313193



##########
File path: docs/user-manual/en/connection-routers.md
##########
@@ -172,15 +167,23 @@ Let's take a look at some connection router examples from broker.xml:
 </connection-routers>
 ```
 
+## Key values
+The key value is retrieved from the incoming client connection.
+If the incoming client connection has no value for the key type used, the key value is set to the special string `NULL`.
+If the incoming client connection has a value for the key type used, the key value retrieved can be sequentially manipulated using a `key-filter` and a `policy`.
+If it is defined a `key-filter` and it matches the key value it is set to the value subsequence matched otherwise it is set to the special string `NULL`.

Review comment:
       If a key-filter is defined....




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: gitbox-unsubscribe@activemq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org