RabbitMQ Connector

Overview

Plug-in provides connectivity to a RabbitMQ to both read and publish messages.

Key Features & Functionality

Updated in version 2.0:

  1. A new field in the AMQP Data type. (Requeue).This parameter applies only for AMQP Message Consumer in the negative ack. If requeue is true, the server will attempt to requeue the message. If requeue is false or the requeue attempt fails the messages are discarded or dead-lettered.
  2. Two new outputs in the Message Producer for the error handling.
  3. Technical documentation included in download package.
Anonymous