RabbitMQ Outbound Channel
The RabbitMQ outbound channel allows for configuring how an event should be sent to a RabbitMQ exchange.
Technical configuration

- Routing key - The routing key, if any, that will be used to route the event to the right queue. See the RabbitMQ documentation for more details.
Advanced configuration
All options here are optional. The available options are:
- Exchange - The exchange to send the event to. See the RabbitMQ documentation for more details.