We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba4c78a commit a261755Copy full SHA for a261755
CHANGELOG.md
@@ -14,6 +14,13 @@
14
rabbitmqadmin plugins list_on_node --node rabbit@hostname
15
```
16
17
+* `--timeout` is a new global option limits HTTP API request execution timeout. The value is in seconds and defaults
18
+ to 60s:
19
+
20
+ ```shell
21
+ rabbitmqadmin --timeout 15 queues list
22
+ ```
23
24
### Upgrades
25
26
* RabbitMQ HTTP API client was upgraded to [`0.62.0`](https://github.com/michaelklishin/rabbitmq-http-api-rs/releases/tag/v0.62.0)
0 commit comments