Skip to content

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.

Path

Name of 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

SSL/TLS

AMQPS makes use of the build-in Certificate store of Assimbly. More info you find here

Connection

To connect to a remote AMQP Broker you first need to create an AMQP connection. This connection is required.

Common options

clientId

For all options, see Camel documentation.

Clone this wiki locally