This section describes the AMQP agent. This is a collection agent for real-time workflow configurations.
The AMQP (Advanced Message Queueing Protocol) agent enables you to act as an AMQP client communicating with AMQP.
Example workflows for AMQP as subscriber and publisher
Prerequisites
The reader of this information should be familiar with:
AMQP
- Refer to http://www.rabbitmq.com/amqp-0-9-1-reference.html for documentation of RabbitMQ
Supported Features
The AMQP agent supports the following:
- Setting up connections with username and password
- Configuring multiple brokers for HA
- Connection over TLS
- Receiving messages from any number of queues
- Publishing messages to any number of queues
- Control over what queue(s) the agent is subscribing to and publishing to from within the workflow
Add Comment