Skip to content

Example project demonstrating the use of RabbitMQ with Spring-boot

License

Notifications You must be signed in to change notification settings

pauldragoslav/Spring-RabbitMQ-Example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Example project demonstrating the use of RabbitMQ with Spring-boot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages