FeaturedDev & IT Ops#RabbitMQ#Queue#Events#Integration

RabbitMQ Delayed Publisher

Publish a release message to RabbitMQ with an optional delivery delay for downstream consumers.

Workflow at a glance

The full canvas, before you import it

Click any node to see its config.

#RabbitMQ#Queue#Events#Integration

Click a node to select it — same as the Heym editor; the panel shows its settings.

3 nodes · Free & source-available

RabbitMQ Delayed Publisher

Publish an operational event into RabbitMQ from a small Heym workflow. This template accepts a message body, sends it to an exchange with a routing key, and demonstrates delayed delivery with rabbitmqDelayMs.

What this workflow does

  1. Input accepts a release message from the caller
  2. RabbitMQ publishes that message to an exchange with a routing key
  3. Output returns the broker-generated message ID

Use cases

  • Delayed rollout events
  • Queue-based handoff to downstream workers
  • Operational notifications for release systems

Setup

Create a RabbitMQ credential in Heym, then update the exchange and routing key to match your broker topology. Remove rabbitmqDelayMs if your broker does not support delayed messages.

How to import this template

  1. 1Click Import → Copy JSON on this page.
  2. 2Open your Heym and navigate to a workflow canvas.
  3. 3PressCmd+V/Ctrl+V— nodes appear instantly.
  4. 4Add your API keys in the node config panels and click Run.
More workflow templates
View all templates