RabbitMQ components
| tRabbitMQAck | Acknowledges messages read by a tRabbitMQInput component in one of these two ways: Ack or Nack. This component works when the Auto acknowledge option in the Advanced settings view of the tRabbitMQInput component is not selected. |
| tRabbitMQClose | Closes a connection to a message queue. |
| tRabbitMQConnection | Establishes a connection to a message queue for later use. |
| tRabbitMQInput | Reads messages from a message queue and passes the messages in the output flow. |
| tRabbitMQOutput | Receives data from the preceding component as messages and adds the messages to queues in the specified way. |