@@ -6,13 +6,13 @@ Tail messages from a RabbitMQ exchange into your CLI console
66## Linux
77
88``` bash
9- curl -O -J -L https://github.com/olaurendeau/tailmq/releases/download/v1.1 .0/tailmq-linux-amd64 && mv tailmq-linux-amd64 /usr/local/bin/tailmq && chmod +x /usr/local/bin/tailmq
9+ curl -O -J -L https://github.com/olaurendeau/tailmq/releases/download/v1.2 .0/tailmq-linux-amd64 && mv tailmq-linux-amd64 /usr/local/bin/tailmq && chmod +x /usr/local/bin/tailmq
1010```
1111
1212## MacOS
1313
1414``` bash
15- curl -O -J -L https://github.com/olaurendeau/tailmq/releases/download/v1.1 .0/tailmq-darwin-amd64 && mv tailmq-darwin-amd64 /usr/local/bin/tailmq && chmod +x /usr/local/bin/tailmq
15+ curl -O -J -L https://github.com/olaurendeau/tailmq/releases/download/v1.2 .0/tailmq-darwin-amd64 && mv tailmq-darwin-amd64 /usr/local/bin/tailmq && chmod +x /usr/local/bin/tailmq
1616```
1717
1818# ⚠️ Known issues
@@ -63,24 +63,27 @@ USAGE
6363 tailmq [options] < exchange_name>
6464EXAMPLES
6565 tailmq amp.direct - Tail exchange amp.direct on local server with default access
66+ tailmq amp.topic flower.# - Tail exchange amp.topic based on routing_key flower.#, will catch messages flower.tulip, flower.rose but not tool.chain
6667 tailmq -uri=amqp://user:
[email protected] :5672//awesome amp.topic - Tail exchange amp.topic from server tailmq.com
in vhost /awesome
6768 tailmq -server=prod amp.fanout - Tail exchange amp.fanout from server prod configured in file ~ /.tailmq
6869 tailmq -server=prod -vhost=/foobar amp.fanout - Tail exchange amp.fanout from server prod configured in file ~ /.tailmq but use vhost /foobar
6970OPTIONS
7071 -config string
71- Path of the global config file to use
72+ Path of the global config file to use
73+ -header
74+ Should output display headers
7275 -help
73- How does it work ?
76+ How does it work ?
7477 -prefix
75- Should output be prefixed with datetime and time
78+ Should output be prefixed with datetime and time
7679 -server string
77- Use predefined server from configuration
80+ Use predefined server from configuration
7881 -uri string
79- RabbitMQ amqp uri (default " amqp://guest:guest@localhost:5672/" )
82+ RabbitMQ amqp uri (default " amqp://guest:guest@localhost:5672/" )
8083 -verbose
81- Do you want more informations ?
84+ Do you want more informations ?
8285 -vhost string
83- Define vhost to tail from
86+ Define vhost to tail from
8487```
8588
8689# Config file
0 commit comments