@hackage amqp-streamly0.3.0

A simple streamly wrapper for amqp

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
  • Installation

  • Dependencies (0)

  • Dependents (0)