Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apache/qpid-proton
Mirror of Apache Qpid Proton
https://github.com/apache/qpid-proton
amqp amqp-client amqp-connection amqp-messages amqp10 amqps apache c cpp golang library messaging python python3 qpid ruby
Last synced: 5 days ago
JSON representation
Mirror of Apache Qpid Proton
- Host: GitHub
- URL: https://github.com/apache/qpid-proton
- Owner: apache
- License: apache-2.0
- Created: 2014-11-07T08:00:07.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2024-12-11T21:41:57.000Z (14 days ago)
- Last Synced: 2024-12-13T18:00:31.971Z (12 days ago)
- Topics: amqp, amqp-client, amqp-connection, amqp-messages, amqp10, amqps, apache, c, cpp, golang, library, messaging, python, python3, qpid, ruby
- Language: C++
- Homepage: https://qpid.apache.org/proton
- Size: 15.5 MB
- Stars: 226
- Watchers: 37
- Forks: 212
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Qpid Proton - AMQP messaging toolkit
====================================[Qpid Proton](https://qpid.apache.org/proton) is a high-performance, lightweight
messaging library. It can be used in the widest range of messaging applications,
including brokers, client libraries, routers, bridges, proxies, and more.
Proton makes it trivial to integrate with the AMQP 1.0 ecosystem from any
platform, environment, or language.Features
--------- A flexible and capable reactive messaging API
- Full control of AMQP 1.0 protocol semantics
- Portable C implementation with bindings to popular languages
- Peer-to-peer and brokered messaging
- Secure communication via SSL/TLS and SASLUniversal - Proton is designed to scale both up and down. Equally suitable for
simple clients or high-powered servers, it can be deployed in simple
peer-to-peer configurations or as part of a global federated messaging network.Embeddable - Proton is carefully written to be portable and cross platform. It
has minimal dependencies, and it is architected to be usable with any threading
model, as well as with non-threaded applications. These features make it
uniquely suited for embedding messaging capabilities into existing software.Standard - Built around the AMQP 1.0 messaging standard, Proton is not only
ideal for building out your own messaging applications but also for connecting
them to the broader ecosystem of AMQP 1.0-based messaging applications.Please see [https://qpid.apache.org/proton](https://qpid.apache.org/proton)
for more information.Getting Started
---------------See the included [INSTALL.md](INSTALL.md) file for build and install
instructions and the [developers.md](docs/developers.md) file for
information on how to modify and test the library code itself.