mikemadisonweb / yii2-rabbitmq

RabbitMQ Extension for Yii2
MIT License
72 stars 31 forks source link

Have a problem when running the php yii rabbitmq-consumer/multiple search -m=100 #14

Closed arthurkushman closed 7 years ago

arthurkushman commented 7 years ago

The consumer calls only constructor method, but not execute, I see this because of debugging by echoing either from construct() and execute methods.

There is no errors in console, neither in amqp.log. Hope U`ll help soon. Thx.

arthurkushman commented 7 years ago

Ok, now after pushing to route directly in Exchange tab from rabbitmq web-app - getting this error: 2017-07-30 15:45:20 - Message from queue spir.search.add_material was not processed and sent back to queue! Execution time: 0.005s Memory usage: 10 mb

1) Why rabbitmq not publishing msgs via Queue? Though Exchange and Queue are bound. 2) Why the error happens when publishing straight to Exchange?

arthurkushman commented 7 years ago

The problem was relevant rather to RabbitMQ settings.