cMessageRouter
Creates different channels for each filtered message type according to specified conditions so that messages can later on be treated more accurately in each new channel.
For more information, see the Apache camel documentation https://camel.apache.org/components/latest/.
cMessageRouter Standard properties
These properties are used to configure cMessageRouter running in the Standard Job framework.
The Standard cMessageRouter component belongs to the Routing family.
Usage
| Usage guidance | Description |
|---|---|
|
Usage rule |
cMessageRouter is used as a middle component in a Route. It can only have one input channel but multiple output channels. Messages can be outputted through either a When, Otherwise or Route types of connection. |
| Connections |
|
|
Limitation |
It is recommended not to put any message handling after the When or the Otherwise link. Always use a Mock/Direct endpoint to replace them and make a new Route to handle the messages. |