Guides
Guides

RabbitMQ

The RabbitMQ data connector is implemented for source and sink connections.

This is the RabbitMQ data connector URI scheme:

rabbit://user:password@host:port/some-queue

This connector supports SSL. To use it, the URI must contain all of the following query parameters:

  • key_file: path to the client key file in PEM format
  • crt_file: path to the client certificate file in PEM format
  • ca_file: path to the CA certificates file in PEM format

This is an example of a source URI:

rabbit://user1:[email protected]:5672/my-probes-queue

Note that 5672 is the default port at which the service is listening. If you want to use a custom virtual host, follow this format:

rabbit://user:password@host:5672/vhost/some-queue