amqp-utils: Generic Haskell AMQP Consumer

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]

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]

Properties

Versions 0.2.1.4, 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.15), 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-08-22T15:37:37Z

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for amqp-utils-0.2.1.4

[back to package description]

haskell-amqp-utils

generic Haskell AMQP consumer for use with RabbitMQ