Cloud AMQP – Free RabbitMQ Server In the Cloud

In this blog post I will explain how to create and use free managed RabbitMQ Server as a service using CloudAMQP service which can be used for testing RabbitMQ based application CloudAMQP provides Little Lemur plan which can be used to create lifetime free managed RabbitMQ cluster. While there are limited resources available in the free…

Introduction to RabbitMQ Architecture

This blog post explains what is RabbitMQ and message queueing and also gives brief understanding of architecture of RabbitMQ. What is RabbitMQ RabbitMQ is a open source message broker  also known as a message-queueing software or queue manager. It receives and delivers message from and to applications. It is software where queues are defined, to which applications connect…

Setup RabbitMQ with Docker Compose

This tutorial will show you how to setup RabbitMQ with Docker and docker-compose. RabbitMQ is the most widely deployed open source message broker. RabbitMQ is lightweight and easy to deploy on premises and in the cloud. It supports multiple messaging protocols.Most organizations use RabbitMQ to send and receive messages to communicate between different application/services For…

How to Register For Oracle Cloud Free Tier Account

This blog post covers step by step process to register a oracle cloud free tier account. Oracle is the world’s leading enterprise software company well known for their Oracle Database has started offering cloud services just like Amazon and Microsoft. Oracle Cloud Services is a suite of services that help you build and deploy applications…