CloudAMQP integration

Hosted RabbitMQ: queues, exchanges, pub/sub messaging

Help CentreConnectors

Overview

CloudAMQP is hosted RabbitMQ – queues, exchanges, pub/sub. The Automize CloudAMQP connector covers AMQP messaging operations via the RabbitMQ HTTP API.

  • Regions: Multi-region (US, EU, AP).
  • Plans: Free + paid by message rate + storage.

Setting up the connection

  1. CloudAMQP instance → API Keys.
  2. In Automize → Settings → Connectors → CloudAMQP. Paste URL + credentials.

Find your credentials at https://www.cloudamqp.com/.


Rate limits

Per-instance tier.


Data model

AMQP primitives:

    VHost ─┬─ Exchanges (direct, topic, fanout, headers)
           ├─ Queues
           └─ Bindings (route exchange → queue)

Available operations

8 operations available. Click any row to jump to its detail.

OperationCategoryWhat it does
AcknowledgeGeneralAcknowledge a consumed message
Bind QueueGeneralBind a queue to an exchange
Consume OneGeneralBlocking get of one message from a queue
Declare ExchangeGeneralDeclare a RabbitMQ exchange
Declare QueueGeneralDeclare a RabbitMQ queue
Publish MessageGeneralPublish a message to an exchange/routing key
SubscribeGeneralSubscribe to a topic with a callback
UnsubscribeGeneralUnsubscribe from a topic

Operations

Acknowledge

Acknowledge a consumed message

ParameterRequiredTypeDescription
Delivery Tag delivery_tagYesnumber

Bind Queue

Bind a queue to an exchange

ParameterRequiredTypeDescription
Queue queueYestext
Exchange exchangeYestext
Routing Key routing_keyNotext

Consume One

Blocking get of one message from a queue

ParameterRequiredTypeDescription
Queue queueYestext
Timeout timeoutNonumber

Declare Exchange

Declare a RabbitMQ exchange

ParameterRequiredTypeDescription
Exchange exchangeYestext
Exchange Type exchange_typeNotext
Durable durableNoswitch

Declare Queue

Declare a RabbitMQ queue

ParameterRequiredTypeDescription
Queue queueYestext
Durable durableNoswitch
Auto Delete auto_deleteNoswitch

Publish Message

Publish a message to an exchange/routing key

ParameterRequiredTypeDescription
Topic topicYestext
Message messageYestext
Headers headersNotextarea

Tips

  • exchange + routing_key + payload.

Subscribe

Subscribe to a topic with a callback

ParameterRequiredTypeDescription
Topic topicYestext
Callback callbackNotext

Unsubscribe

Unsubscribe from a topic

ParameterRequiredTypeDescription
Topic topicYestext

FAQ

vs AWS SQS / Azure Service Bus?
RabbitMQ stronger on complex routing (topics, headers). SQS simpler queues. Service Bus stronger on enterprise integration.

Related connectors

See it working on your own data

Everything documented here ships with the platform – try the document tools free, or go live in 7 days.