Skip to content
Snippets Groups Projects
Commit 99e49e0e authored by max-drexler's avatar max-drexler
Browse files

removed vhost specification

parent c4f59b6c
Branches
Tags
No related merge requests found
...@@ -180,11 +180,11 @@ rabbitmqctl delete_user guest ...@@ -180,11 +180,11 @@ rabbitmqctl delete_user guest
###########################~Set Exchanges~################################### ###########################~Set Exchanges~###################################
if [ 0 -eq "$no_exchanges" ]; then if [ 0 -eq "$no_exchanges" ]; then
echo "Creating exchange 'model'" echo "Creating exchange 'model'"
rabbitmqadmin -u "$ADMIN_NAME" -p "$ADMIN_PASS" -V '/' declare exchange name=model durable=true type=topic rabbitmqadmin -u "$ADMIN_NAME" -p "$ADMIN_PASS" declare exchange name=model durable=true type=topic
echo "Creating exchange 'misc'" echo "Creating exchange 'misc'"
rabbitmqadmin -u "$ADMIN_NAME" -p "$ADMIN_PASS" -V '/' declare exchange name=misc durable=true type=topic rabbitmqadmin -u "$ADMIN_NAME" -p "$ADMIN_PASS" declare exchange name=misc durable=true type=topic
echo "Creating exchange 'satellite'" echo "Creating exchange 'satellite'"
rabbitmqadmin -u "$ADMIN_NAME" -p "$ADMIN_PASS" -V '/' declare exchange name=satellite durable=true type=topic rabbitmqadmin -u "$ADMIN_NAME" -p "$ADMIN_PASS" declare exchange name=satellite durable=true type=topic
fi fi
##############################~Finish up~#################################### ##############################~Finish up~####################################
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment