add rabbitMQ demo

This commit is contained in:
2019-01-22 17:31:07 +08:00
parent de16f1cf12
commit 4c53ecbbe5
13 changed files with 497 additions and 0 deletions

View File

@@ -285,6 +285,14 @@
<version>${kotlin.version}</version>
<scope>test</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/com.rabbitmq/amqp-client -->
<dependency>
<groupId>com.rabbitmq</groupId>
<artifactId>amqp-client</artifactId>
<version>4.0.2</version>
</dependency>
</dependencies>
<build>
<finalName>java-utils</finalName>