Skip to content

A lightweight messaging library that simplifies the development and usage of RabbitMQ with the AMQP protocol.

License

Notifications You must be signed in to change notification settings

kryoniteorg/kryo-messaging

Repository files navigation

kryo-messaging

Quality Gate Status Coverage Maintainability Rating Reliability Rating Security Rating

This library contains a simple MessagingService which simplifies the setup and work with RabbitMQ and the AMQP protocol.

Usage

Gradle

repositories {
    maven(url = "https://jitpack.io")
}

dependencies {
    implementation("com.github.kryoniteorg:kryo-messaging:2.0.1")
}

Maven

<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

Examples can be found in the tests here and the latest javadoc is published to: https://kryoniteorg.github.io/kryo-messaging/latest/