amqp-streamly: A simple streamly wrapper for amqp

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

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


[Skip to Readme]

Properties

Versions 0.1.0, 0.1.0, 0.2.0, 0.2.1
Change log ChangeLog.md
Dependencies amqp (>=0.19.1 && <0.20), base (>=4.7 && <5), streamly (>=0.7.2 && <0.8), text (>=1.2.4.0 && <1.3) [details]
License BSD-3-Clause
Copyright Gautier DI FOLCO
Author Gautier DI FOLCO
Maintainer gautier.difolco@gmail.com
Category streamly, conduit, amqp, rabbitmq
Home page https://github.com/blackheaven/amqp-streamly#readme
Bug tracker https://github.com/blackheaven/amqp-streamly/issues
Source repo head: git clone https://github.com/blackheaven/amqp-streamly
Uploaded by gdifolco at 2020-06-28T16:50:53Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for amqp-streamly-0.1.0

[back to package description]

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