File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change 1+ # rabbitmq-streams
2+
3+ > Manage RabbitMQ streams.
4+ > More information: < https://www.rabbitmq.com/docs/man/rabbitmq-streams.8.html > .
5+
6+ - Add a stream replica on the specified node:
7+
8+ ` rabbitmq-streams add_replica {{stream}} {{node}} `
9+
10+ - Delete a stream replica on the specified node:
11+
12+ ` rabbitmq-streams delete_replica {{stream}} {{node}} `
13+
14+ - Display the status of a stream:
15+
16+ ` rabbitmq-streams stream_status {{stream}} `
17+
18+ - Restart a stream:
19+
20+ ` rabbitmq-streams restart_stream {{stream}} `
21+
22+ - List stream connections:
23+
24+ ` rabbitmq-streams list_stream_connections `
25+
26+ - List all stream consumers:
27+
28+ ` rabbitmq-streams list_stream_consumers `
29+
30+ - List all stream publishers:
31+
32+ ` rabbitmq-streams list_stream_publishers `
33+
34+ - List tracking information for a stream:
35+
36+ ` rabbitmq-streams list_stream_tracking {{stream}} `
You can’t perform that action at this time.
0 commit comments