amqp-utils: Generic Haskell AMQP Consumer

[ gpl, network, program ] [ Propose Tags ]

AMQP consumer which can - create a temporary queue and attach it to an exchange, or - attach to an existing queue; - display header and body info; - save message bodies to files; - call a callback script


[Skip to Readme]

Downloads

Versions [RSS] 0.2.1.4, 0.2.1.5, 0.3.0.0, 0.3.2.0, 0.3.2.1, 0.3.3.1, 0.3.4.0, 0.3.6.0, 0.3.7.1, 0.4.0.0, 0.4.0.1, 0.4.1.0, 0.4.2.0, 0.4.3.0, 0.4.4.0, 0.4.4.1, 0.4.5.0, 0.4.5.1, 0.5.0.0, 0.6.0.0, 0.6.1.0, 0.6.1.1, 0.6.2.2, 0.6.3.2, 0.6.4.0
Change log ChangeLog.md
Dependencies amqp (>=0.17), base (>=4.6 && <5), bytestring, connection, containers, data-default-class, process, text, time, tls, x509-system [details]
License GPL-3.0-only
Author Frank Doepper
Maintainer fd@taz.de
Category Network
Source repo head: git clone git://github.com/woffs/haskell-amqp-utils
Uploaded by woffs at 2017-09-25T17:43:29Z
Distributions LTSHaskell:0.6.4.0, NixOS:0.6.4.0
Reverse Dependencies 1 direct, 0 indirect [details]
Executables konsum
Downloads 10829 total (64 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
Last success reported on 2017-09-25 [all 3 reports]

Readme for amqp-utils-0.2.1.5

[back to package description]

haskell-amqp-utils

generic Haskell AMQP consumer for use with RabbitMQ