Skip to content

altinntech/bunny

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bunny

codecov maven

Simple object-oriented RabbitMQ client. Client based on the official amqp-client open-source library.

How to use it

You can install maven dependency to your pom.xml:

<dependency>
  <groupId>com.github.volodya-lombrozo</groupId>
  <artifactId>bunny</artifactId>
  <version>0.1.0</version>
</dependency>

The latest version you could find here.