Commit b7655628 authored by root's avatar root

update

parent f9602d97
...@@ -8,13 +8,13 @@ function add_vhost() ...@@ -8,13 +8,13 @@ function add_vhost()
function add_exchange() function add_exchange()
{ {
./rabbitmqadmin declare exchange --vhost=$1 name=$2 type=$3 -u qa -p qatest /home/qa-deploy-utils/qa_shell_script/rabbitmq/rabbitmqadmin declare exchange --vhost=$1 name=$2 type=$3 -u qa -p qatest
} }
function add_queues() function add_queues()
{ {
./rabbitmqadmin declare queue --vhost=$1 name=$2 durable=true -u qa -p qatest /home/qa-deploy-utils/qa_shell_script/rabbitmq/rabbitmqadmin declare queue --vhost=$1 name=$2 durable=true -u qa -p qatest
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment