Created
May 2, 2017 09:49
-
-
Save hectorperez/12198bdb61d48896487c719957ce0fc8 to your computer and use it in GitHub Desktop.
declare/create rabbitmq queue
This file contains 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 declare queue name=my_queue_name durable=true | |
rabbitmqctl list_queues |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment