qpid.apache.org

module
v0.0.0-...-ff9d9cd Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 11, 2019 License: Apache-2.0

README

Qpid Proton - AMQP messaging toolkit

Linux/OSX Build Windows Build
Linux/OSX Build Status Windows Build Status

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.

Directories

Path Synopsis
go
src/qpid.apache.org/amqp
Package amqp encodes and decodes AMQP 1.0 messages and data types as Go types.
Package amqp encodes and decodes AMQP 1.0 messages and data types as Go types.
src/qpid.apache.org/electron
Package electron lets you write concurrent AMQP 1.0 messaging clients and servers.
Package electron lets you write concurrent AMQP 1.0 messaging clients and servers.
src/qpid.apache.org/internal/test
Utilities to supplement the standard Go testing package
Utilities to supplement the standard Go testing package
src/qpid.apache.org/proton
Package proton wraps Proton-C, an event-driven, concurrent-unsafe AMQP 1.0 C library (package 'electron' is more "Go-like" and concurrent-safe) This package requires the [proton-C library](http://qpid.apache.org/proton) to be installed.
Package proton wraps Proton-C, an event-driven, concurrent-unsafe AMQP 1.0 C library (package 'electron' is more "Go-like" and concurrent-safe) This package requires the [proton-C library](http://qpid.apache.org/proton) to be installed.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL