GH-422 Add RabbitMQ instructions for Cloud Events interaction

This commit is contained in:
Oleg Zhurakousky
2020-11-11 11:53:39 +01:00
parent a6eb8339a5
commit a39476561a
9 changed files with 106 additions and 52 deletions

View File

@@ -45,11 +45,11 @@
<!-- end RSocket -->
<!-- RabbitMQ - only needed if you intend to invoke via RabbitMQ -->
<!-- <dependency> -->
<!-- <groupId>org.springframework.cloud</groupId> -->
<!-- <artifactId>spring-cloud-stream-binder-rabbit</artifactId> -->
<!-- <version>3.1.0-SNAPSHOT</version> -->
<!-- </dependency> -->
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-binder-rabbit</artifactId>
<version>3.1.0-SNAPSHOT</version>
</dependency>
<!-- end RabbitMQ -->
<!-- Kafka - only needed if you intend to invoke via RabbitMQ -->