Document behavior with both exclusive/non-exclusive diverts present

This commit is contained in:
Ville Skyttä 2016-03-05 12:57:09 +02:00 committed by Clebert Suconic
parent 22125bfb93
commit 6ef898c553
1 changed files with 4 additions and 0 deletions

View File

@ -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`.