Document behavior with both exclusive/non-exclusive diverts present
Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/ed43e28f Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/ed43e28f Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/ed43e28f Branch: refs/heads/master Commit: ed43e28fff94d3ff7622f63e00c5fdbb7862a769 Parents: 8cbcc80 Author: Ville Skyttä <[email protected]> Authored: Sat Mar 5 12:57:09 2016 +0200 Committer: Clebert Suconic <[email protected]> Committed: Mon Mar 7 13:13:24 2016 -0500 ---------------------------------------------------------------------- docs/user-manual/en/diverts.md | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/ed43e28f/docs/user-manual/en/diverts.md ---------------------------------------------------------------------- diff --git a/docs/user-manual/en/diverts.md b/docs/user-manual/en/diverts.md index 22282c5..9df9e45 100644 --- a/docs/user-manual/en/diverts.md +++ b/docs/user-manual/en/diverts.md @@ -17,6 +17,10 @@ may be a requirement to monitor every order sent to an order queue. Diverts can also be configured to have an optional message filter. If specified then only messages that match the filter will be diverted. +When an address has both exclusive and non-exclusive diverts configured, +the exclusive ones are processed first. If any of the exclusive diverts +diverted the message, the non-exclusive ones are not processed. + Diverts can also be configured to apply a `Transformer`. If specified, all diverted messages will have the opportunity of being transformed by the `Transformer`.
