No ack is needed when auto_ack set to True

Change-Id: Ieb00f2b9ee705a8772cf150ed96ff8ab0a583c83
This commit is contained in:
Serg Melikyan 2013-03-12 17:51:12 +04:00
parent f0b954db21
commit e55a720091
1 changed files with 0 additions and 2 deletions

View File

@ -67,8 +67,6 @@ def handle_report(msg):
with session.begin():
session.add(status)
msg.channel.basic_ack(msg.delivery_tag)
def handle_result(msg):
log.debug(_('Got result message from orchestration engine:\n{0}'.format(msg.body)))