You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2015-10-15T14:47:27Z 34520 INFO -- hutch booted with pid 34520
2015-10-15T14:47:27Z 34520 INFO -- found rails project (.), booting app
2015-10-15T14:47:43Z 34520 INFO -- connecting to rabbitmq (amqp://[email protected]:5672/immvnaiq)
2015-10-15T14:47:43Z 34520 INFO -- connected to RabbitMQ at 127.0.0.1 as immvnaiq
2015-10-15T14:47:43Z 34520 INFO -- opening rabbitmq channel with pool size 1
2015-10-15T14:47:43Z 34520 INFO -- using topic exchange 'textmaster'
2015-10-15T14:47:43Z 34520 INFO -- HTTP API use is disabled
2015-10-15T14:47:43Z 34520 INFO -- tracing is disabled
2015-10-15T14:47:43Z 34520 INFO -- setting up queues
2015-10-15T14:48:35Z 34520 INFO -- message(278fc81e-f7a8-4655-b398-faed1a049cca): routing key: test, consumer: Consumers::Test, payload: {}
2015-10-15T14:48:35Z 34520 INFO -- hutch shut down gracefully
Yes, the issue here is double acking (or reject-then-ack), which results in a channel-level protocol exception. #165 is indeed aims to solve this problem. See also #177, which has a decent chance at being merged.
Any idea why
reject!
kill the worker? Am I missing something?Rabbitmq logs:
The text was updated successfully, but these errors were encountered: