Using CloudAMQP RabbitMQ server with Spring Boot Application

In this blog post, I will explain how to use RabbitMQ cluster created in CloudAMQP cloud service to send and receive messages from Spring Boot applications. In my previous blog post , I have explained how to create RabbitMQ cluster for free in CloudAMQP service. Now we are going to use RabbitMQ cluster created in…

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…

Send and Receive Documents and Images With RabbitMQ in Spring Boot

In this blog post I will cover how to send and receive Documents and Images using RabbitMQ in Spring Boot application. Previously ( part-i , part-ii, part-iii, part-iv, part-v) I have covered about Sending messages using RabbitMQ in Spring Boot applications. In those examples I have used RabbitMQ to send objects between applications using json…

Spring Boot RabbitMQ Default Exchange Example

In this tutorial, we’ll examine how to integrate RabbitMQ with Spring Boot applications to send and receive messages using the Default Exchange. This is the fourth post in this series. First part covers about Direct Exchange Second part covers about Topic Exchange Third part covers about Fanout Exchange Fourth part covers about Headers Exchange Default exchange The default…