Skip to content
This repository has been archived by the owner on Dec 16, 2019. It is now read-only.

Commit

Permalink
Merge 685f29d into 0f1fbc8
Browse files Browse the repository at this point in the history
  • Loading branch information
jbygdell committed Oct 24, 2018
2 parents 0f1fbc8 + 685f29d commit 0b5605f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docker/bootstrap/cega.sh
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,8 @@ cat > ${PRIVATE}/cega/mq/defs.json <<EOF
"global_parameters":[{"name":"cluster_name", "value":"rabbit@localhost"}],
"policies":[],
"queues":[{"name":"inbox", "vhost":"lega", "durable":true, "auto_delete":false, "arguments":{}},
{"name":"stableIDs", "vhost":"lega", "durable":true, "auto_delete":false, "arguments":{}},
{"name":"files", "vhost":"lega", "durable":true, "auto_delete":false, "arguments":{}},
{"name":"v1.stableIDs", "vhost":"lega", "durable":true, "auto_delete":false, "arguments":{}},
{"name":"v1.files", "vhost":"lega", "durable":true, "auto_delete":false, "arguments":{}},
{"name":"completed", "vhost":"lega", "durable":true, "auto_delete":false, "arguments":{}},
{"name":"errors", "vhost":"lega", "durable":true, "auto_delete":false, "arguments":{}}],
"exchanges":[{"name":"localega.v1", "vhost":"lega", "type":"topic", "durable":true, "auto_delete":false, "internal":false, "arguments":{}}],
Expand Down
4 changes: 2 additions & 2 deletions docker/images/mq/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@ cat > /etc/rabbitmq/defs-cega.json <<EOF
{"value":{"uri":"${CEGA_CONNECTION}",
"ack-mode":"on-confirm",
"trust-user-id":false,
"queue":"files"},
"queue":"v1.files"},
"vhost":"/",
"component":"federation-upstream",
"name":"CEGA-files"},
{"value":{"uri":"${CEGA_CONNECTION}",
"ack-mode":"on-confirm",
"trust-user-id":false,
"queue":"stableIDs"},
"queue":"v1.stableIDs"},
"vhost":"/",
"component":"federation-upstream",
"name":"CEGA-ids"}],
Expand Down

0 comments on commit 0b5605f

Please sign in to comment.