Recipient component
The Recipient component allows you to route messages to a number of dynamically specified recipients. The recipients will receive a copy of the same Exchange, and Dovetail will execute them sequentially.
Configuration
Remarks
- The component will copy the original exchange and sent it to the connected components
- As default the recipient component will route all messages asynchronously to the endpoints, you can change this by setting the flow to
synchronous
in thesettings
tab. All the endpoints will then be finished from top to bottom.