Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apache/qpid-protonj2
Mirror of Apache Qpid ProtonJ2
https://github.com/apache/qpid-protonj2
amqp amqp10 amqps apache java messaging proton qpid
Last synced: about 1 month ago
JSON representation
Mirror of Apache Qpid ProtonJ2
- Host: GitHub
- URL: https://github.com/apache/qpid-protonj2
- Owner: apache
- License: apache-2.0
- Created: 2021-04-19T22:45:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-20T17:15:19.000Z (2 months ago)
- Last Synced: 2024-10-01T01:05:49.262Z (about 2 months ago)
- Topics: amqp, amqp10, amqps, apache, java, messaging, proton, qpid
- Language: Java
- Homepage: https://qpid.apache.org/proton
- Size: 9.9 MB
- Stars: 13
- Watchers: 14
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Apache Qpid protonj2
Qpid protonj2 is a high-performance, lightweight AMQP protocol library. It can be used in the widest range of messaging applications, including brokers, client libraries, routers, bridges, proxies, and more. This project provides an AMQP [protocol engine](protonj2/README.md) for building your own AMQP client and servers as well as a full featured imperative API [client](protonj2-client/README.md). If you want to test your AMQP implementation the project also provides an AMQP [test framework](protonj2-test-driver/README.md) useful for writing scripted tests of both clients and servers.
Please see http://qpid.apache.org/proton for more information.