Most recent blog posts

New! Video from CloudAMQP, “What is Message Queueing? Message Queues explained!”

This video explains message queuing from scratch and presents the benefits in relatable, real-life scenarios.

New supported regions for CloudAMQP

The CloudAMQP team is happy to announce that we have added support for new AWS regions, making customers able to set up and run their applications locally.

CloudAMQP will be discontinued on cloud providers IBM Cloud and Rackspace

CloudAMQP have decided to remove some of the cloud providers from our offering.

Pivotal Web Service - End of Availability - how PWS users can keep their instances

PWS (Pivotal Web Service) is closing its doors, but users will still be able to keep their CloudAMQP instances!

Collecting Unroutable Messages in a RabbitMQ Alternate Exchange

A client may accidentally or maliciously route messages using non-existent routing keys. To avoid complications from lost information, collecting unroutable messages in a RabbitMQ alternate exchange is an easy, safe backup.

How to run RabbitMQ with Node.JS

This tutorial shows you how to connect to RabbitMQ in node.js. All code is present on Github.

How to run RabbitMQ with PHP

This tutorial shows you how to connect to RabbitMQ in PHP. All code is present on Github.

How to run RabbitMQ with Ruby

This tutorial shows you how to connect to RabbitMQ in Ruby. All code is present on Github.

How to run RabbitMQ with Python

This tutorial shows you how to connect to RabbitMQ in Python. All code is present on Github.

FAQ: What is a RabbitMQ vhost?

RabbitMQ provides a way to segregate applications using the same RabbitMQ instance, though vhosts.