Skip to content

Commit 390db59

Browse files
authored
Update README.md
1 parent a462676 commit 390db59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# spring-integration-rabbitmq-consumer
22

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
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.
44
It is based on https://piotrminkowski.com/2018/06/15/building-and-testing-message-driven-microservices-using-spring-cloud-stream/
55

66
To start the rabbit-mq broker using docker, use the below command:
77
docker run -d -p 5672:5672 -p 15672:15672 --name my-rabbit rabbitmq:3-management
88

9-
See # spring-integration-producer for the producer.
9+
See # spring-integration-producer for the producer.

0 commit comments

Comments
 (0)