AMQP

AMQP (Advanced Message Queuing Protocol) is a standard messaging protocol built for reliable, event-driven communication between software systems. It supports message routing through brokers and enables asynchronous workflows—so producers and consumers stay decoupled while still exchanging data predictably. AMQP is widely used in enterprise integrations where delivery reliability, clear message semantics, and scalable event processing matter.

With AMQP connected, BOBs gain a dependable “event bus” layer for your operations. They can publish messages to the right queue for downstream systems (e.g., tasks, notifications, or state changes), then automatically listen for new incoming queue messages to detect triggers and respond in the flow—without manual polling or brittle handoffs.

This unlocks broader automation use cases like orchestrating order/fulfillment events, syncing data between internal services, triggering approvals when messages arrive, and keeping critical integrations loosely coupled. BOBs become the glue that translates real-world business events into queue messages—and turns incoming queue activity back into actions across your connected tools.

What can BOBs do with AMQP?

Perform actions

  • Send a Message

Listen to real-time events

  • New Message