https://github.com/vert-x3/vertx-proton
https://github.com/vert-x3/vertx-proton
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vert-x3/vertx-proton
- Owner: vert-x3
- License: apache-2.0
- Created: 2015-10-21T16:56:44.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2025-06-19T05:52:43.000Z (7 months ago)
- Last Synced: 2025-06-19T06:34:00.256Z (7 months ago)
- Language: Java
- Size: 846 KB
- Stars: 27
- Watchers: 25
- Forks: 25
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-amqp - vertx-proton - A thin Vert.x integration for the Apache Qpid Proton protocol engine. (Table of Contents / Libraries and Clients)
README
# Vert.x Proton
[](https://github.com/vert-x3/vertx-proton/actions/workflows/ci-5.x.yml)
[](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).