Releases: jandelgado/rabtap
Releases · jandelgado/rabtap
rabtap-v1.7
--statistics
option ininfo
command now prints also exchange statistics, e.g.
http://localhost:15672/api (broker ver=3.6.9, mgmt ver=3.6.9, cluster=rabbit@c16b04b095b9)
└── Vhost /
├── amq.direct (exchange, type 'direct', in=(570, 0.0/s) msg, out=(570, 0.0/s) msg, [D])
:
- improved error handling
rabtap-v1.6
Usage improvements (CTRL+C now terminates rabtap when still in connection-setup phase)
rabtap-v1.5
The info
command now provides some additonal info like the broker- and management-api version, e.g.
$ ./rabtap-linux-amd64 info --api http://guest:guest@localhost:15672/api
http://localhost:15672/api (broker ver=3.6.10, mgmt ver=3.6.10, cluster=rabbit@1a21c5bf42e1)
└── Vhost /
├── amq.direct (exchange, type 'direct' [D])
....
rabtap-v1.4
New Environment Variable NO_COLOR
to disable color output.
rabtap-v1.3
This release fixes a problem with the RabbitMQ management API client, which could lead to errors when using the info
command.
rabtap-v1.2
- new command: "sub" (subscribe to queue)
- new command: "queue" (create/delete/bind)
- new command: "exchange": (create/delete)
- new command: "--version"
- refactorings
rabtap-v1.1
- Interface:
send
command renamed topub
(publish), to be consistent with upcomingsub
command - refactorings
initial release
Initial rabtap release - have fun.