amqp-streamly

A simple streamly wrapper for amqp. Provides two functions produce and consume.


Keywords
bsd3, conduit, library, rabbitmq, streamly, Propose Tags, Skip to Readme, , Index, Quick Jump, Network.AMQP.Streamly, amqp-streamly-0.3.0.tar.gz, browse, Package description, Package maintainers, gdifolco, edit package information , 0.1.0, amqp
License
BSD-3-Clause
Install
cabal install amqp-streamly-0.3.0

Documentation

amqp-streamly

A simple wrapper around amqp.

Usage

You can either build a producer, which will publish all the messages of a stream:

Streamly.drain $ produce channel sendInstructionsStream

Or a consumer, which will contain the Messages and Envelopes of a queue:

Streamly.drain $ consume channel aQueue NoAck