-s INT --heartbeats=INT heartbeat interval (0=disable, default: set by server)
-n NAME --name=NAME connection name, will be shown in RabbitMQ web interface
-## examples
+### examples
connect to localhost with default credentials and attach to a new temp
queue on exchange "default":
synopsis: Generic Haskell AMQP Consumer
description: 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
+ 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.
+ AMQP publisher with file, line-by-line and
+ hotfolder capabilities.
license: GPL-3