Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vert-x3/vertx-amqp-bridge


https://github.com/vert-x3/vertx-amqp-bridge

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

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/)