Prerequisites

It is recommended that the RabbitMQ broker is up to date with the latest available patches. For more information about officially supported RabbitMQ releases and the latest available patches, see https://www.rabbitmq.com/versions.html.

The RabbitMQ client library utilized by the adapter to connect to the RabbitMQ broker is included with the adapter library and does not need to be installed separately in the adapter's runtime environment.

Configure the network connectivity from the adapter's runtime environment to the broker. The value of the Host property in the connection definition for the adapter must be either of the following options:
  • DNS-resolvable host name.
  • IP address of the broker.

For the adapter to establish an AMQP connection and a HTTP connection with the broker, the port numbers in Port and Management Port properties in the connection definition for the adapter must be active and accessible on the broker from the adapter's runtime environment.