Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save fabienhinault/625f878c0a8d1a275d6de382f48705e2 to your computer and use it in GitHub Desktop.
Save fabienhinault/625f878c0a8d1a275d6de382f48705e2 to your computer and use it in GitHub Desktop.
rabbitmq general purge
curl 'http://localhost:15672/api/queues' | jq '.[].name' | xargs -I{} curl -X DELETE 'http://localhost:15672/api/queues/%2F/{}/contents'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment