]> woffs.de Git - fd/haskell-amqp-utils.git/blob - README.md
manpages
[fd/haskell-amqp-utils.git] / README.md
1 <!--
2 SPDX-FileCopyrightText: 2022 Frank Doepper
3
4 SPDX-License-Identifier: FSFAP
5 -->
6
7 # haskell-amqp-utils
8 generic AMQP commandline tools for use with RabbitMQ
9
10 - consumer (`konsum`)
11 - publisher (`agitprop`)
12 - rpc client and worker (`plane` / `arbeite`)
13
14 ## usage and examples
15
16 ### [konsum](doc/konsum.md)
17 A consumer.
18
19 ### [agitprop](doc/agitprop.md)
20 A publisher.
21
22 ### [plane](doc/plane.md)
23 An RPC client.
24
25 ### [arbeite](doc/arbeite.md)
26 An RPC worker.
27
28 ## [callbacks](doc/callbacks.md)
29
30 `konsum` and `arbeite` can execute programs (`-Xprogram`) on reception of a message.
31
32 ## code, bugs, contribution, etc.
33
34 - project page: https://sr.ht/~woffs/haskell-amqp-utils/
35 - mailing list: https://lists.sr.ht/~woffs/public-inbox
36 - todo list / bug tracker: https://todo.sr.ht/~woffs/haskell-amqp-utils
37 - Chat: xmpp:[email protected]?join
38 - source code:
39   - git://woffs.de/git/fd/haskell-amqp-utils.git
40   - https://woffs.de/git/fd/haskell-amqp-utils.git
41   - https://git.sr.ht/~woffs/haskell-amqp-utils
42 - Repology: https://repology.org/project/haskell:amqp-utils/packages
43 - Hackage: https://hackage.haskell.org/package/amqp-utils
44 - Stackage: https://www.stackage.org/package/amqp-utils