Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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).