Mirror of Apache Qpid Proton

Clone this repo:
  1. 2d202d4 PROTON-2975: Bump patch level by Andrew Stitcher · 6 hours ago main
  2. d65168b PROTON-2974: Verify TLS peer hostnames according to RFC 9525 by Andrew Stitcher · 14 hours ago
  3. 93ecd44 PROTON-2973: Do not dereference a NULL credential path by Andrew Stitcher · 8 hours ago
  4. 75ad2aa PROTON-2950: Make pn_buffer/pn_string allocations more robust by Andrew Stitcher · 4 weeks ago
  5. 5586eb3 PROTON-2972: Stop recent clang++ warning about __COUNTER__ by Andrew Stitcher · 7 days ago

Qpid Proton - AMQP messaging toolkit

Qpid 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 SASL

Universal - 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 for more information.

Getting Started

See the included INSTALL.md file for build and install instructions and the developers.md file for information on how to modify and test the library code itself.