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

https://github.com/vert-x3/vertx-proton


https://github.com/vert-x3/vertx-proton

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# Vert.x Proton

[![Build Status (5.x)](https://github.com/vert-x3/vertx-proton/actions/workflows/ci-5.x.yml/badge.svg)](https://github.com/vert-x3/vertx-proton/actions/workflows/ci-5.x.yml)
[![Build Status (4.x)](https://github.com/vert-x3/vertx-proton/actions/workflows/ci-4.x.yml/badge.svg)](https://github.com/vert-x3/vertx-proton/actions/workflows/ci-4.x.yml)

This component facilitates AMQP integrations for Vert.x by providing a thin wrapper around the
[Apache Qpid](http://qpid.apache.org) Proton-J AMQP 1.0 protocol engine.

In-source docs can be built by running "mvn clean package -DskipTests", at which point they are located in _target/asciidoc/java/index.adoc_. You can view the unprocessed document source file [here](src/main/asciidoc/index.adoc).