Popularity
2.8
Stable
Activity
6.4
-
0
3
2
Monthly Downloads: 10
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
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?
Popular Comparisons
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 Message
s and Envelope
s of
a queue:
Streamly.drain $ consume channel aQueue NoAck