Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
rabbitmq-setup
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This project is archived. Its data is
read-only
.
Show more breadcrumbs
Max Drexler
rabbitmq-setup
Commits
99e49e0e
Commit
99e49e0e
authored
Feb 12, 2024
by
max-drexler
Browse files
Options
Downloads
Patches
Plain Diff
removed vhost specification
parent
c4f59b6c
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
rmq-setup
+3
-3
3 additions, 3 deletions
rmq-setup
with
3 additions
and
3 deletions
rmq-setup
+
3
−
3
View file @
99e49e0e
...
@@ -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~####################################
...
...
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment