Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hreinhardt/amqp
Haskell AMQP client library
https://github.com/hreinhardt/amqp
Last synced: 3 months ago
JSON representation
Haskell AMQP client library
- Host: GitHub
- URL: https://github.com/hreinhardt/amqp
- Owner: hreinhardt
- License: other
- Created: 2011-01-06T17:36:23.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2023-07-19T16:11:44.000Z (over 1 year ago)
- Last Synced: 2024-04-30T10:39:38.205Z (6 months ago)
- Language: Haskell
- Homepage:
- Size: 366 KB
- Stars: 124
- Watchers: 10
- Forks: 38
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
- awesome-haskell - amqp - client library for AMQP servers (currently only RabbitMQ). (Messaging)
README
# RabbitMQ Client for Haskell
[![Hackage](https://img.shields.io/hackage/v/amqp.svg)](https://hackage.haskell.org/package/amqp)
[![Build status](https://github.com/hreinhardt/amqp/actions/workflows/ci.yml/badge.svg)](https://github.com/hreinhardt/amqp/actions/workflows/ci.yml)This is a library for accessing RabbitMQ from Haskell.
## Documentation
Please see the [Hackage docs](http://hackage.haskell.org/packages/archive/amqp/latest/doc/html/Network-AMQP.html)
and [RabbitMQ tutorials in Haskell](https://github.com/rabbitmq/rabbitmq-tutorials/tree/master/haskell).