You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the consumer microservice of a message-driven microservices based on the publish/subscribe model using Spring Integration, Spring Cloud Stream and RabbitMQ message broker
3
+
This is the consumer microservice of a message-driven microservices based on the publish/subscribe model using Spring Integration, Spring Cloud Stream and RabbitMQ message broker.
4
4
It is based on https://piotrminkowski.com/2018/06/15/building-and-testing-message-driven-microservices-using-spring-cloud-stream/
5
5
6
6
To start the rabbit-mq broker using docker, use the below command:
7
7
docker run -d -p 5672:5672 -p 15672:15672 --name my-rabbit rabbitmq:3-management
8
8
9
-
See # spring-integration-producer for the producer.
9
+
See # spring-integration-producer for the producer.
0 commit comments