Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/volodya-lombrozo/bunny
- Owner: volodya-lombrozo
- License: mit
- Created: 2020-09-13T19:57:30.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-21T12:53:59.000Z (almost 2 years ago)
- Last Synced: 2024-04-24T11:58:19.951Z (7 months ago)
- Language: Java
- Homepage:
- Size: 211 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`:
```xmlcom.github.volodya-lombrozo
bunny
0.1.0```
The latest version you could find [here](https://search.maven.org/artifact/com.github.volodya-lombrozo/bunny).