The AMQP workflow category contains workflows that allow you to run AMQP operations.

To access these workflows in the Automation Orchestrator Client, navigate to Library > Workflows and enter the amqp tag in the workflow search box.

Workflow Name Description
Bind Creates a binding in a specified broker.
Declare a queue Adds a queue to a specified broker.
Declare an exchange Adds an exchange to a specified broker.
Delete a queue Deletes a queue from a specified broker.
Delete an exchange Deletes an exchange from a specified broker.
Receive a text message Receives a text message from a specified broker.
Send a test message Sends a text message using a specified broker.
Unbind Unbinds binding in a specified broker.