Category "spring-rabbit"

AMQP Closing all channels from connection when docker run on port 5672

I have run Rabbitmq as a docker compose and it work well with port 15672 on browser, but 5672 not working. docker-compose rabbitmq: image: 'rabbitmq:3-manag

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