Fix RabbitMQ binding
This commit is contained in:
parent
b81bce8dc0
commit
f8228f97ea
1 changed files with 2 additions and 0 deletions
|
@ -46,6 +46,7 @@
|
|||
rabbitmq_binding:
|
||||
source: amq.topic
|
||||
destination: amqp_to_zmq
|
||||
destination_type: queue
|
||||
vhost: /pubsub
|
||||
login_user: admin
|
||||
login_password: "{{ rabbitmq_admin_password_staging }}"
|
||||
|
@ -55,6 +56,7 @@
|
|||
rabbitmq_binding:
|
||||
source: "{{item}}"
|
||||
destination: amqp_bridge_verify_missing
|
||||
destination_type: queue
|
||||
vhost: /pubsub
|
||||
login_user: admin
|
||||
login_password: "{{ rabbitmq_admin_password_staging }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue