Skip to content

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.

Path

Name of queue or topic

Path Examples

For a queue named 'order' just add

order

for a topic named 'order' you must include the topic: prefix

topic:order

Connection

To connect to the broker yo need to create an AmazonMQ connection. This service is then required.".

Common options

For all options, see Camel documentation.

Clone this wiki locally