Skip to content
Snippets Groups Projects
Commit a6411926 authored by Jan David Mol's avatar Jan David Mol
Browse files

Task #8887: Minor bugfixes

parent b0c32409
No related branches found
No related tags found
No related merge requests found
...@@ -44,13 +44,13 @@ if __name__ == '__main__': ...@@ -44,13 +44,13 @@ if __name__ == '__main__':
QPIDinfra.addhost(options.federation) QPIDinfra.addhost(options.federation)
if (options.queue): if (options.queue):
QPIDinfra.addqueue(options.queue) # should be superfluous QPIDinfra.addqueue(options.queue) # should be superfluous
ecxchange='' exchange=''
if (options.exchange): if (options.exchange):
QPIDinfra.addexchange(options.exchange) QPIDinfra.addexchange(options.exchange)
exchange=options.exchange exchange=options.exchange
QPIDinfra.bindqueuetohost(options.queue,options.federation) QPIDinfra.bindqueuetohost(options.queue,options.federation)
QPIDinfra.setqueueroute(options.queue,options.broker,options.federation,options.exchange) QPIDinfra.setqueueroute(options.queue,options.broker,options.federation,exchange)
else: else:
if (options.exchange): if (options.exchange):
QPIDinfra.addexchange(options.exchange) # should be superfluous QPIDinfra.addexchange(options.exchange) # should be superfluous
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment