Ejemplo n.º 1
0
 def __init__(self, mq_host):
     Publisher.__init__(self, "RSS Fetch Response Publisher", mq_host,
                        queue_name='RSS_FETCH_RESPONSE', durable=False)
Ejemplo n.º 2
0
 def __init__(self, mq_host):
     Publisher.__init__(
         self, "RSS Fetch Response Publisher", mq_host, queue_name="RSS_FETCH_RESPONSE", durable=False
     )
Ejemplo n.º 3
0
 def __init__(self, mq_host):
     Publisher.__init__(self, "RSS Fetch Queue Publisher", mq_host,
                        queue_name='RSS_FETCH_QUEUE', durable=False)