Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Messages not being acked after being processed #179

Open
paniko0 opened this issue Oct 30, 2015 · 0 comments
Open

Messages not being acked after being processed #179

paniko0 opened this issue Oct 30, 2015 · 0 comments

Comments

@paniko0
Copy link

paniko0 commented Oct 30, 2015

Hi guys,

We are using Hutch to listen to a routing-key on RabbitMQ and insert the read message on ElasticSearch.

We found out some strange behaviours that we don't know if it is expected.

A batch processes publishes messages and we are facing the following:

screen shot 2015-10-30 at 3 39 34 pm

Our code is nothing more than:

module ElasticsearchSync::Worker
  class MyClass
    include Hutch::Consumer

      consume 'a_routing_key.*'
      queue_name 'my_queue_name'

      def process(message)
        // Posting to ES
      end

  end
end

As you can see, the messages are not acked after being processed.

The Hutch's version is hutch (0.19.0)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant