-
-
Notifications
You must be signed in to change notification settings - Fork 9
component amazonmq
assimbly edited this page May 20, 2022
·
4 revisions
The AmazonMQ component send messages to or receives messages from an AmazonMQ broker. The component is based on the ActiveMQ component so it inherits all options.
Name of queue or topic
For a queue named 'order' just add
order
for a topic named 'order' you must include the topic: prefix
topic:order
To connect to the broker yo need to create an AmazonMQ connection. This service is then required.".
For all options, see Camel documentation.