rabbitmq - IHandleMessages is not working in NServiceBus -


i use nservicebus rabbitmq. when send(command) rabbitmq can see message goes queue queue_name@pc_name.

i have ihandlemessages<> command. command never handled. first question "what's wrong"?. why handler not fired?

also download nservicebus sources github , try find place handler should executed. right pipelineexecutor.execute<> push message queue , after pop it?

br, igor

the problem not run bus.

there istartablebus interface contain run() method. should call in order able messages rabbitmq


Comments

Popular posts from this blog

1111. appearing after print sequence - php -

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

node.js - Express and Redis - If session exists for this user, don't allow access -