https://github.com/huntlabs/hunt-proton
AMQP Protocol library for D programming language.
https://github.com/huntlabs/hunt-proton
amqp dlang proton rabbitmq
Last synced: 8 months ago
JSON representation
AMQP Protocol library for D programming language.
- Host: GitHub
- URL: https://github.com/huntlabs/hunt-proton
- Owner: huntlabs
- Created: 2019-12-04T11:33:43.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-07-16T03:07:13.000Z (about 4 years ago)
- Last Synced: 2025-01-12T21:41:12.591Z (9 months ago)
- Topics: amqp, dlang, proton, rabbitmq
- Language: D
- Size: 552 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hunt-proton
AMQP Protocol library for D programming language. Ported from [Apache qpid proton-j](http://qpid.apache.org/proton/index.html).Hunt 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
* Pure D implementation
* Peer-to-peer and brokered messaging
* Secure communication via SSL and SASL