Document transformer result non-visibility to other diverts
Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/8de10dbf Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/8de10dbf Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/8de10dbf Branch: refs/heads/master Commit: 8de10dbfafb891f18cf80e4e20a326695e822e06 Parents: 6ef898c Author: Ville Skyttä <[email protected]> Authored: Sat Mar 5 12:58:07 2016 +0200 Committer: Clebert Suconic <[email protected]> Committed: Mon Mar 7 15:51:01 2016 -0500 ---------------------------------------------------------------------- docs/user-manual/en/diverts.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/8de10dbf/docs/user-manual/en/diverts.md ---------------------------------------------------------------------- diff --git a/docs/user-manual/en/diverts.md b/docs/user-manual/en/diverts.md index 9df9e45..75c95bd 100644 --- a/docs/user-manual/en/diverts.md +++ b/docs/user-manual/en/diverts.md @@ -23,7 +23,10 @@ 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`. +the `Transformer`. When an address has multiple diverts configured, all +of them receive the same, original message. This means that the results +of a transformer on a message are not directly available for other +diverts or their filters on the same address. A divert will only divert a message to an address on the *same server*, however, if you want to divert to an address on a different server, a
