Exemple #1
0
 def __init__(self, channel, context):
     Publisher.__init__(self, context.broker, exchange=_exchange_for_channel(channel))
Exemple #2
0
 def __init__(self, message_type, context):
     Publisher.__init__(self, context.broker, routing_key=message_type)