2025-12-16 10:20:31 -07:00
|
|
|
# rabbitmq-streams
|
|
|
|
|
|
|
|
|
|
> Manage RabbitMQ streams.
|
2026-02-18 06:55:01 -07:00
|
|
|
> More information: <https://www.rabbitmq.com/docs/man/rabbitmq-streams.8>.
|
2025-12-16 10:20:31 -07:00
|
|
|
|
|
|
|
|
- Add a stream replica on the specified node:
|
|
|
|
|
|
|
|
|
|
`rabbitmq-streams add_replica {{stream}} {{node}}`
|
|
|
|
|
|
|
|
|
|
- Delete a stream replica on the specified node:
|
|
|
|
|
|
|
|
|
|
`rabbitmq-streams delete_replica {{stream}} {{node}}`
|
|
|
|
|
|
|
|
|
|
- Display the status of a stream:
|
|
|
|
|
|
|
|
|
|
`rabbitmq-streams stream_status {{stream}}`
|
|
|
|
|
|
|
|
|
|
- Restart a stream:
|
|
|
|
|
|
|
|
|
|
`rabbitmq-streams restart_stream {{stream}}`
|
|
|
|
|
|
|
|
|
|
- List stream connections:
|
|
|
|
|
|
|
|
|
|
`rabbitmq-streams list_stream_connections`
|
|
|
|
|
|
|
|
|
|
- List all stream consumers:
|
|
|
|
|
|
|
|
|
|
`rabbitmq-streams list_stream_consumers`
|
|
|
|
|
|
|
|
|
|
- List all stream publishers:
|
|
|
|
|
|
|
|
|
|
`rabbitmq-streams list_stream_publishers`
|
|
|
|
|
|
|
|
|
|
- List tracking information for a stream:
|
|
|
|
|
|
|
|
|
|
`rabbitmq-streams list_stream_tracking {{stream}}`
|