Setting up a Hello-World Spring Boot application using AMQP with RabbitMQ is quite easy if you go for the basic setup, as many other guides do. However, the configuration is not so straightforward when you get into the serialization setup and want to make use of @RabbitListener annotations to produce and consume messages in JSON format. Therefore, I���m sharing with you a really simple but more serious approach that those hello-messaging apps, supported with a real-life practical example.
This ...
Published on April 15, 2021 22:00