-
-
Notifications
You must be signed in to change notification settings - Fork 9
component amqp
assimbly edited this page May 20, 2022
·
7 revisions
The AMQP component send messages to or receives messages from an AMQP broker.
Name of a 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 a remote AMQP Broker you first need to create an AMQP connection. This service is required.
clientId
For all options, see Camel documentation.