Skip to content

Commit e3b0fca

Browse files
committed
code formatting
1 parent abe8e25 commit e3b0fca

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

rabbitmq-event-brokering/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ This application implements an Event mechanism usable in Microservice environmen
2424
1. [Install RabbitMQ](https://www.rabbitmq.com/download.html) (if it's installed on another
2525
host than localhost then you need to change the connection properties in `application.properties`)
2626
1. start a couple instances of the demo application in `subscriber` mode, for example:
27-
* ./gradlew bootrun -Dspring.profiles.active=subscriber -Dsubscriber.queue=service1Queue -Dsubscriber.routingKey=customer.*
28-
* ./gradlew bootrun -Dspring.profiles.active=subscriber -Dsubscriber.queue=service2Queue -Dsubscriber.routingKey=.*created
29-
* ./gradlew bootrun -Dspring.profiles.active=subscriber -Dsubscriber.queue=service3Queue -Dsubscriber.routingKey=\*.\*
27+
* `./gradlew bootrun -Dspring.profiles.active=subscriber -Dsubscriber.queue=service1Queue -Dsubscriber.routingKey=customer.*`
28+
* `./gradlew bootrun -Dspring.profiles.active=subscriber -Dsubscriber.queue=service2Queue -Dsubscriber.routingKey=.*created`
29+
* `./gradlew bootrun -Dspring.profiles.active=subscriber -Dsubscriber.queue=service3Queue -Dsubscriber.routingKey=*.*`
3030
1. start a single instance of the demo application in `publisher` mode:
31-
* ./gradlew bootrun -Dspring.profiles.active=publisher
31+
* `./gradlew bootrun -Dspring.profiles.active=publisher`
3232
1. check the log output of the publisher and the subscribes to see which events are produced and which events
3333
are consumed by each subscriber
3434

0 commit comments

Comments
 (0)