RabbitMQ – Robust Way of Messaging for Application

RabbitMQ is open source message broker software. The principal idea is pretty simple: it accepts and forwards messages. RabbitMQ is the most popular open-source implementation of the AMQP (Advanced Message Queuing Protocol) messaging protocol, written in “Erlang” that you can access from any language. It is software where queues

Docker Container – A Silver Bullet for IT Industry

You might have heard word ‘Docker’ much frequently. All the noise is happening IT industries because most of the companies are adopting Docker technology at a noteworthy rate. So what actually Docker is? In a simple sentence, “Docker is an open source, container technology“. Using this technology you can easily create, deploy and run your Linux application