开发者

NServiceBus - Message Sent to and Removed from Queue, but Never Fire IHandleMessages.Handle

First let me state, today is my first day using NSesrviceBus - so I hope my question isn't too elementary.

I have managed to set up Sender, Receiver, and Messages projects. When I debug the Sender, I see the messages show up in the configured queue. When I debug the Receiver, the messages are removed from the queue. However, my IHandleMessages Handle event never fires, and no Console output is displayed.

I'm s开发者_开发技巧ure I've done something wrong (I think I may have mixed tutorials from different versions of NServiceBus) - any suggestions would be appreciated.


  1. Are you Send()ing messages or Publish()ing them? If you're publishing, then they might be subscription messages and you may have no subscribers.
  2. Check out these two sets of great tutorials on the NServiceBus Wiki.
  3. In your receiver are you not even getting the slew of debug info when the host process starts up?
  4. Are you using a fluent configuration in your IConfigureThisEndpoint implementation? If so, what?
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜