component amqp - assimbly/gateway GitHub Wiki
The AMQP component send messages to or receives messages from an AMQP broker.
Path
Name of a 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
Screenshot: Creating an endpoint
Connection
To connect to a remote AMQP Broker you first need to create an AMQP connection. This service is required.
Common options
clientId
For all options, see Camel documentation.