Skip to content

Commit 769a3a2

Browse files
authored
rabbitmq-streams: add page (#19076)
1 parent eeeb85b commit 769a3a2

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

pages/common/rabbitmq-streams.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
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}}`

0 commit comments

Comments
 (0)