Skip to content

component amqp

assimbly edited this page May 20, 2022 · 7 revisions

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

TO_ENDPOINT_AMQP

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.

Clone this wiki locally