https://github.com/eclipse-vertx/vertx-rabbitmq-client
https://github.com/eclipse-vertx/vertx-rabbitmq-client
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eclipse-vertx/vertx-rabbitmq-client
- Owner: eclipse-vertx
- License: other
- Created: 2021-05-25T07:56:11.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-19T10:46:27.000Z (about 1 year ago)
- Last Synced: 2025-01-29T19:46:24.791Z (12 months ago)
- Language: Java
- Size: 334 KB
- Stars: 4
- Watchers: 10
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# RabbitMQ Client for Vert.x
[](https://github.com/eclipse-vertx/vertx-rabbitmq-client/actions/workflows/ci-5.x.yml)
A Vert.x client allowing applications to interact with a RabbitMQ broker (AMQP 0.9.1)
# Getting Started
Please see the main documentation on the web-site for a full description:
* [Java documentation](https://vertx.io/docs/vertx-rabbitmq-client/java/)
* [JavaScript documentation](https://vertx.io/docs/vertx-rabbitmq-client/js/)
* [Kotlin documentation](https://vertx.io/docs/vertx-rabbitmq-client/kotlin/)
* [Groovy documentation](https://vertx.io/docs/vertx-rabbitmq-client/groovy/)
* [Ruby documentation](https://vertx.io/docs/vertx-rabbitmq-client/ruby/)
# Running the tests
The tests all use a instances of rabbit dynamically created in a local docker instance (i.e. the user running the tests must have permission to create docker containers).
```
mvn test
```