Example project demonstrating the use of RabbitMQ with Spring-boot
docker-compose up
Set the value of spring.rabbitmq.host to the ip of RabbitMQ Docker container
./mvnw clean package
java -jar target/rabbitmq-0.0.1.jar
Example project demonstrating the use of RabbitMQ with Spring-boot
JavaMIT
Example project demonstrating the use of RabbitMQ with Spring-boot
docker-compose up
Set the value of spring.rabbitmq.host to the ip of RabbitMQ Docker container
./mvnw clean package
java -jar target/rabbitmq-0.0.1.jar