Beispiel #1
0
 def close(self):
     if self.amqp_broker:
         try:
             AMQPHub.close(self)
         except Exception, e:
             log.warning('Exception when closing AMQPHub: %s' % str(e))
Beispiel #2
0
 def close(self):
     if self.amqp_broker:
         try:
             AMQPHub.close(self)
         except Exception, e:
             log.warning('Exception when closing AMQPHub: %s' % str(e))