cAMQP Standard properties
These properties are used to configure cAMQP running in the Standard Job framework.
The Standard cAMQP component belongs to the Connectivity family.
Basic settings
URI/Type |
Select the messaging type, either queue or topic. |
URI/Destination |
Type in a name for the message queue or topic in the message broker. |
ConnectionFactory |
Click [...] and select an MQ connection factory to be used for handling messages. |
Advanced settings
Parameters |
Set the optional parameters in the corresponding table. Click [+] as many times as required to add parameters to the table. Then click the corresponding Value field and enter a value. See the site http://camel.apache.org/amqp.html for available options. Be sure to set the clientId parameter to a unique value if you need to deploy multiple Routes using this component to Runtime. Otherwise the Routes will throw exception in Runtime. |
Usage
Usage rule |
cAMQP can be a start, middle or end component in a Route. It has to be used with the cMQConnectionFactory component, which creates a connection to a MQ server. For more information about cMQConnectionFactory, see cMQConnectionFactory. |
Limitation |
n/a |