mirror of https://github.com/celery/kombu.git
Adds Connection.qos_semantics_matches_spec
This commit is contained in:
parent
f2b8598674
commit
bcda0b2e20
|
@ -731,6 +731,10 @@ class Connection(object):
|
|||
def __exit__(self, *args):
|
||||
self.release()
|
||||
|
||||
@property
|
||||
def qos_semantics_matches_spec(self):
|
||||
return self.transport.qos_semantics_matches_spec(self.connection)
|
||||
|
||||
@property
|
||||
def connected(self):
|
||||
"""Return true if the connection has been established."""
|
||||
|
|
Loading…
Reference in New Issue