Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 620 Bytes

File metadata and controls

22 lines (18 loc) · 620 Bytes

Spring-boot RabbitMQ

Example project demonstrating the use of RabbitMQ with Spring-boot

Set up RabbitMQ broker using Docker

docker-compose up

Update Configuration

Set the value of spring.rabbitmq.host to the ip of RabbitMQ Docker container

Run the Application

./mvnw clean package
java -jar target/rabbitmq-0.0.1.jar

Source and Resources