Spring Boot – Testing RabbitMQ with Testcontainers

In this tutorial, I will explain how to do integrating testing of spring boot applications which uses RabbitMQ server for messaging using Testcontainers. In my previous blog post I have covered how to write RabbitMQ producer and consumer application using Spring Boot framework. Now, we will write integration tests for testing the logic of RabbitMQ…

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…