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/6ef898c5 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/6ef898c5 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/6ef898c5 Branch: refs/heads/master Commit: 6ef898c5536bfe11904bfbf77bb2ae6e9679075d Parents: 22125bf Author: Ville Skyttä <[email protected]> Authored: Sat Mar 5 12:57:09 2016 +0200 Committer: Clebert Suconic <[email protected]> Committed: Mon Mar 7 15:51:01 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/6ef898c5/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`.
