Created
January 28, 2017 15:49
-
-
Save mccun934/5412e46ede9c4692b8666f2a77d51f0d to your computer and use it in GitHub Desktop.
delete / clear qpid queue
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
| # for each of such $queue: | |
| # rm -rf /var/lib/qpidd/.qpidd/qls/jrnl/${queue} | |
| # qpid-config --ssl-certificate=/etc/pki/katello/qpid_client_striped.crt -b amqps://localhost:5671 add queue $queue --durable |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment