This library contains a simple MessagingService
which simplifies the setup and work
with RabbitMQ and the AMQP protocol.
repositories {
maven(url = "https://jitpack.io")
}
dependencies {
implementation("com.github.kryoniteorg:kryo-messaging:2.0.1")
}
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<dependency>
<groupId>com.github.kryoniteorg</groupId>
<artifactId>kryo-messaging</artifactId>
<version>2.0.1</version>
</dependency>
Examples can be found in the tests here and the latest javadoc is published to: https://kryoniteorg.github.io/kryo-messaging/latest/