diff --git a/kombu/connection.py b/kombu/connection.py index 1ebdd4f3..85b8f5e9 100644 --- a/kombu/connection.py +++ b/kombu/connection.py @@ -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."""