Category "spring-rabbit"

spring boot not getting connected to RabbitMQ in AWS

I am trying to connect my Spring-Boot application to RabbitMQ which is hosted as a AWS service.I am getting the following exception when starting the applicatio

How to create mulitple instances of RabbitTemplate in Spring Boot?

I have a system that is currently using SimpleMessageConverter to send messages to multiple systems. Now I want to start using Jackson2JsonMessageConverter for