We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 21b2bcc + f4a0add commit 60de5faCopy full SHA for 60de5fa
spring-boot/rabbitmq-event-brokering/README.md
@@ -32,6 +32,6 @@ host than localhost then you need to change the connection properties in `applic
32
* `./gradlew bootrun -Dspring.profiles.active=subscriber -Dsubscriber.queue=service3Queue -Dsubscriber.routingKey=*.*`
33
1. start a single instance of the demo application in `publisher` mode:
34
* `./gradlew bootrun -Dspring.profiles.active=publisher`
35
-1. check the log output of the publisher and the subscribes to see which events are produced and which events
+1. check the log output of the publisher and the subscribers to see which events are produced and which events
36
are consumed by each subscriber
37
0 commit comments