-
-
Notifications
You must be signed in to change notification settings - Fork 9
component amqps
assimbly edited this page May 20, 2022
·
6 revisions
The AMQPS component send messages to or receives messages from an AMQP broker over a SSL/TLS connection.
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
AMQPS makes use of the build-in Certificate store of Assimbly. More info you find here
To connect to a remote AMQP Broker you first need to create an AMQP connection. This connection is required.
clientId
For all options, see Camel documentation.