]> woffs.de Git - fd/haskell-amqp-utils.git/commitdiff
fix description
authorFrank Doepper <[email protected]>
Wed, 4 Jul 2018 11:13:14 +0000 (13:13 +0200)
committerFrank Doepper <[email protected]>
Wed, 4 Jul 2018 11:13:14 +0000 (13:13 +0200)
README.md
amqp-utils.cabal

index edf37bc0aec11abf626cf9dc0096f41142b16689..db05f634084cc08d9ae531a6bf49c18e3cd220df 100644 (file)
--- a/README.md
+++ b/README.md
@@ -33,7 +33,7 @@ The package contains 2 binaries for commandline use.
       -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":
index c6fc832776d18bd2ed2d08cd3ce124b0308a78fc..96a899c26b103ccd110f4e919ff8ebd3e5dca012 100644 (file)
@@ -5,11 +5,13 @@ version:             0.3.2.0
 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
 
don't click here