mirror of https://github.com/celery/kombu.git
Merge branch '2.5'
This commit is contained in:
commit
2039e3c20c
1
AUTHORS
1
AUTHORS
|
@ -45,6 +45,7 @@ Jasper Bryant-Greene <jbg@rf.net.nz>
|
|||
Jeff Balogh <me@jeffbalogh.org>
|
||||
John Spray <jcspray@gmail.com>
|
||||
John Watson <john@disqus.com>
|
||||
Jonathan Halcrow <jonathan.halcrow@gmail.com>
|
||||
Joseph Crosland <jcrosland@flumotion.com>
|
||||
Keith Fitzgerald <ghostrocket@me.com>
|
||||
Kevin McCarthy <me@kevinmccarthy.org>
|
||||
|
|
|
@ -492,7 +492,7 @@ class Queue(MaybeChannelBound):
|
|||
self.exchange.declare(nowait)
|
||||
self.queue_declare(nowait, passive=False)
|
||||
|
||||
if self.exchange is not None:
|
||||
if self.exchange and self.exchange.name:
|
||||
self.queue_bind(nowait)
|
||||
|
||||
# - declare extra/multi-bindings.
|
||||
|
|
Loading…
Reference in New Issue