Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vert-x3/vertx-amqp-bridge
https://github.com/vert-x3/vertx-amqp-bridge
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vert-x3/vertx-amqp-bridge
- Owner: vert-x3
- License: apache-2.0
- Created: 2015-10-22T10:49:30.000Z (over 9 years ago)
- Default Branch: 3.9
- Last Pushed: 2023-05-12T08:58:42.000Z (over 1 year ago)
- Last Synced: 2024-08-04T01:06:56.030Z (6 months ago)
- Language: Java
- Size: 401 KB
- Stars: 8
- Watchers: 28
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- vertx-awesome - AMQP 1.0 - favicon.svg" alt="(stack)" title="Vert.x Stack" height="16px"> - Interact with AMQP 1.0 servers using the Vert.x Producer and Consumer APIs. (Integration)
README
# Vert.x AMQP Bridge
[![Build Status](https://github.com/vert-x3/vertx-amqp-bridge/workflows/CI/badge.svg?branch=3.9)](https://github.com/vert-x3/vertx-amqp-bridge/actions?query=workflow%3ACI)
This component provides AMQP 1.0 producer and consumer support via a bridging layer implementing the Vert.x event bus
MessageProducer and MessageConsumer APIs over the top of [vertx-proton](https://github.com/vert-x3/vertx-proton).**NOTE: This component will be removed in Vert.x 4, instead you should use [Vert.x AMQP Client](https://vertx.io/docs/vertx-amqp-client/java/)
See the docs for more details:
* [Java documentation](http://vertx.io/docs/vertx-amqp-bridge/java/)
* [JavaScript documentation](http://vertx.io/docs/vertx-amqp-bridge/js/)
* [Kotlin documentation](http://vertx.io/docs/vertx-amqp-bridge/kotlin/)
* [Groovy documentation](http://vertx.io/docs/vertx-amqp-bridge/groovy/)
* [Ruby documentation](http://vertx.io/docs/vertx-amqp-bridge/ruby/)