RabbitMQ is a reliable and mature messaging and streaming broker, which is easy to deploy on cloud environments, on-premises, and on your local machine.

Changelog

4 versions
v1.0.3 Latest
  • Enhanced message consumption performance by eliminating the wait for confirmation when message is sent to the NewMessage component.
v1.0.2
  • Fix automatic reconnection to RabbitMQ broker.
v1.0.1
  • Fixed parsing message headers in Publish and SendToQueue.
v1.0.0
  • Initial version.

Authentication

TypeDetails
API Key
Protocol (text)
Enter the protocol: amqp or amqps. Defaults to amqp.
Hostname (text)
Enter hostname. Example: whale.rmq.cloudamqp.com.
Port (text)
Enter port number. Defaults to 5672.
Username (text)
Enter username.
Password (password)
Enter password.
Vhost (text)
Enter vhost. Defaults to /.
Locale (text)
Enter locale. Defaults to en_US.

Triggers

1
New Message icon

New Message

Consume messages from a queue.

Actions

2
Publish icon

Publish

Publish a message to a exchange.
Send To Queue icon

Send To Queue

Send a message to a queue.