snippetbashTip
rabbitmq-streams — Manage RabbitMQ streams. More information: <https://www.rabbitmq.com/docs/man/rabbitmq-streams.8>.
Viewed 0 times
commandrabbitmq-streamsclimanageinformationrabbitmqstreamsmore
Problem
How to use the
rabbitmq-streams command: Manage RabbitMQ streams. More information: <https://www.rabbitmq.com/docs/man/rabbitmq-streams.8>.Solution
rabbitmq-streams — Manage RabbitMQ streams. More information: <https://www.rabbitmq.com/docs/man/rabbitmq-streams.8>.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_connectionsList all stream consumers:
rabbitmq-streams list_stream_consumersList all stream publishers:
rabbitmq-streams list_stream_publishersList tracking information for a stream:
rabbitmq-streams list_stream_tracking {{stream}}Code Snippets
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_connectionsContext
tldr-pages: common/rabbitmq-streams
Revisions (0)
No revisions yet.