Пример #1
0
 def create_channel():
     ch = RecvChannel()
     ch._declare_exchange_point = mxp
     ch._declare_queue = mdq
     ch._bind = mb
     return ch