Merge "AMQP Channel have to be set espacially to 'watcher'"
This commit is contained in:
@@ -58,6 +58,7 @@ class DecisionEngineAPI(MessagingCore):
|
|||||||
|
|
||||||
transport = om.get_transport(CONF, TransportUrlBuilder().url)
|
transport = om.get_transport(CONF, TransportUrlBuilder().url)
|
||||||
target = om.Target(
|
target = om.Target(
|
||||||
|
exchange='watcher',
|
||||||
topic=CONF.watcher_decision_engine.topic_control,
|
topic=CONF.watcher_decision_engine.topic_control,
|
||||||
version=MessagingCore.API_VERSION)
|
version=MessagingCore.API_VERSION)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user