Popularity
2.2
Declining
Activity
0.0
Stable
0
3
1

Monthly Downloads: 24
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Conduit     Networking     Amqp     Streamly     Rabbitmq    
Latest version: v0.2.0

amqp-streamly alternatives and similar packages

Based on the "amqp" category.
Alternatively, view amqp-streamly alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of amqp-streamly or a related project?

Add another 'amqp' Package

README

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