Skip to content

component amqps

assimbly edited this page Jan 26, 2021 · 6 revisions

The AMQP component send messages to or receives messages from an AMQP broker over a SSL/TLS connection.

URI

Name of queue or topic

URI Examples

for a queue named 'order' just add

order

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

topic:order

Screenshot: Creating an endpoint

TO_ENDPOINT_AMQP

Service

To connect to a remote AMQP Broker you first need to create a service of type "AMQP connection". This service is required.

Common options

clientId

For all options, see Camel documentation

Clone this wiki locally