Changeset 976


Ignore:
Timestamp:
11/28/13 09:33:43 (10 years ago)
Author:
jripsl
Message:
  • remove RabbitMQ entities creation from the consumer.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Monitoring/Watch/watch

    r974 r976  
    344344                        #time.sleep(0.5) 
    345345 
    346                 self.channel.queue_declare(queue='myqueue',durable=True) 
     346                #self.channel.queue_declare(queue='myqueue',durable=True) 
    347347 
    348348                self.channel.basic_consume(callback, queue='myqueue') # do not set "no_ack=True" anymore here so to enable "msg acknowledgment" (i.e. no_ack default is false) 
Note: See TracChangeset for help on using the changeset viewer.