@@ -16,30 +16,16 @@ <h1>rabbitmqadmin</h1>
1616 < p >
1717 < code > rabbitmqadmin</ code > is an HTTP API-based management tool. It uses the same API as RabbitMQ management UI
1818 and provides access to the subset of the functionality in the UI from the command line.
19- It is not meant to be a replacement for < a href ="https://www.rabbitmq.com/man/rabbitmqctl.1.man.html "> rabbitmqctl</ a >
20- as there are operations that HTTP API intentionally does not expose.
2119 </ p >
2220
2321 < p >
24- To use it, < a href ="rabbitmqadmin "> download it</ a > from this node (right click,
25- Save As), make sure it is executable, and drop it in your < code > PATH</ code > . Note that
26- many browsers will rename the
27- file < code > rabbitmqadmin.txt</ code > . < code > rabbitmqadmin</ code > requires Python
28- 2.6 or later (both 2.x and 3.x series are supported).
29- To use < code > rabbitmqadmin</ code > with HTTPS, Python 2.7.9 is the minimum supported version.
30- </ p >
31-
32- < p >
33- See < a href ="https://www.rabbitmq.com/management-cli.html "> the
34- rabbitmqadmin page on the website</ a > for more information on
35- its use, or invoke < code > rabbitmqadmin --help</ code > for usage
36- instructions.
22+ It is not meant to be a replacement for < a href ="https://www.rabbitmq.com/man/rabbitmqctl.1.man.html "> rabbitmqctl</ a >
23+ as there are operations that HTTP API intentionally does not expose.
3724 </ p >
3825
3926 < p >
40- Windows users will need to ensure Python is on
41- their < code > PATH</ code > , and invoke rabbitmqadmin as < code > python.exe
42- rabbitmqadmin</ code > .
27+ See the < a href ="https://www.rabbitmq.com/docs/management-cli "> the
28+ rabbitmqadmin doc guide</ a > to learn more.
4329 </ p >
4430 </ body >
4531</ html >
0 commit comments