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
Post a Comment