Guest User

Untitled

a guest
Oct 29th, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. ### Delete all queue
  2. ```rabbitmqctl list_queues | grep -v Listing | awk '{print $1}' | xargs -I '{}' rabbitmqadmin --user=$RABBITMQ_DEFAULT_USER --password=$RABBITMQ_DEFAULT_PASS delete queue 'name={}'```
Add Comment
Please, Sign In to add comment