Ejemplo n.º 1
0
    def unbind(self):
        """
        Unbinds a transport from its AMQP connection.

        :raise: :exc:`TransportException` if there is any Proton error.
        """
        self._check(pn_transport_unbind(self._impl))
Ejemplo n.º 2
0
 def unbind(self):
     """Release the connection"""
     self._check(pn_transport_unbind(self._impl))
Ejemplo n.º 3
0
 def unbind(self):
     """Release the connection"""
     self._check(pn_transport_unbind(self._impl))