Repository: activemq-artemis Updated Branches: refs/heads/master c74b8e6b4 -> f04ec0a98
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/09e48208 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/09e48208 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/09e48208 Branch: refs/heads/master Commit: 09e482083184d404e39f1461eba860113abae0cc Parents: ed43e28 Author: Ville Skyttä <[email protected]> Authored: Sat Mar 5 12:58:07 2016 +0200 Committer: Clebert Suconic <[email protected]> Committed: Mon Mar 7 13:13:24 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/09e48208/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
