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

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -