Beispiel #1
0
 public static function exchange_amqp_momo_nd()
 {
     if (!is_object(self::$exchange_amqp_momo_nd)) {
         self::$exchange_amqp_momo_nd = new AMQPExchange(self::connect(), 'momo_nd');
     }
     return self::$exchange_amqp_momo_nd;
 }