Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/volodya-lombrozo/bunny

Simple object-oriented RabbitMQ client.
https://github.com/volodya-lombrozo/bunny

Last synced: 2 days ago
JSON representation

Simple object-oriented RabbitMQ client.

Awesome Lists containing this project

README

        

# Bunny
[![codecov](https://codecov.io/gh/volodya-lombrozo/bunny/branch/master/graph/badge.svg?token=FJTI0QCEX7)](https://codecov.io/gh/volodya-lombrozo/bunny)
[![maven](https://maven-badges.herokuapp.com/maven-central/com.github.volodya-lombrozo/bunny/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.volodya-lombrozo/bunny)

Simple object-oriented RabbitMQ client. Client based
on the official `amqp-client` open-source [library](https://github.com/rabbitmq/rabbitmq-java-client/).

# How to use it
You can install maven dependency to your `pom.xml`:
```xml

com.github.volodya-lombrozo
bunny
0.1.0

```
The latest version you could find [here](https://search.maven.org/artifact/com.github.volodya-lombrozo/bunny).