This closes #414
This commit is contained in:
commit
a36add221d
|
@ -17,9 +17,16 @@ 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`.
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue