Introduction

The RabbitMQ adapter is used in maps and flows to send messages to the specified exchange or to receive messages from the specified queue.

The following features are supported by the RabbitMQ adapter:
  • Testing of configured connections.
  • Listing of available queues and exchanges.
  • Generating schemas.
  • Receiving messages from the specified queue with the support for multiple receiving guarantee modes.
  • Sending messages to the specified exchange using the specified routing key with the support for multiple delivery guarantee modes.
  • Accessing the message payload and metadata in individual messages including native message headers.
  • Using TLS for secure connections.