Created
May 21, 2018 07:58
-
-
Save Eduard-gan/cd7e81adc145c9a7fa7a38b6ab3e1275 to your computer and use it in GitHub Desktop.
Rabbitmq просмотр сообщений в очереди и её очистка
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Просмотр: | |
rabbitmqadmin list queues --vhost=my_vhost -u my_admin_on_vhost -p admin_password | |
Очистка: | |
rabbitmqadmin purge queue name=queue_name --vhost=my_vhost -u my_admin_on_vhost -p admin_password |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment