Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Eduard-gan/cd7e81adc145c9a7fa7a38b6ab3e1275 to your computer and use it in GitHub Desktop.
Save Eduard-gan/cd7e81adc145c9a7fa7a38b6ab3e1275 to your computer and use it in GitHub Desktop.
Rabbitmq просмотр сообщений в очереди и её очистка
Просмотр:
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