Skip to content
Snippets Groups Projects
Commit 28795d9e authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

Task #8888: fix: listener should be non-exclusive

parent b0474514
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,6 @@ class OTDBBusListener(AbstractBusListener):
numthreads= <int> Number of parallel threads processing messages (default: 1)
verbose= <bool> Output extra logging over stdout (default: False)
"""
kwargs['exclusive'] = True
address = "%s/%s" % (busname, subject)
super(OTDBBusListener, self).__init__(address, broker, **kwargs)
......
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