issue in rabbitmq while acking message

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • balpreet singh
    New Member
    • Oct 2013
    • 1

    #1

    issue in rabbitmq while acking message

    msg.ack()
    File "/srv/newknowlus/1.2.1/knowlus/carrot/backends/base.py", line 55, in ack
    self.backend.ac k(self.delivery _tag)
    File "/srv/newknowlus/1.2.1/knowlus/carrot/backends/pyamqplib.py", line 206, in ack
    return self.channel.ba sic_ack(deliver y_tag)
    File "/usr/lib/python2.7/dist-packages/amqplib/client_0_8/channel.py", line 1742, in basic_ack
    self.sendmethod ((60, 80), args)
    File "/usr/lib/python2.7/dist-packages/amqplib/client_0_8/abstract_channe l.py", line 75, in sendmethod
    self.connection .method_writer. write_method(se lf.channel_id,
    AttributeError: 'NoneType' object has no attribute 'method_writer'

    using rabbit mq == rabbit,"RabbitM Q","2.7.1"

    I am trying to read 20,000 messages from rabbitmq but once in a while this message comes . Help if you have solution to it
Working...