NServiceBus - Message Sent to and Removed from Queue, but Never Fire IHandleMessages.Handle
Posted
by grefly
on Stack Overflow
See other posts from Stack Overflow
or by grefly
Published on 2010-04-30T20:32:01Z
Indexed on
2010/04/30
20:37 UTC
Read the original article
Hit count: 204
nservicebus
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 sure I've done something wrong (I think I may have mixed tutorials from different versions of NServiceBus) - any suggestions would be appreciated.
© Stack Overflow or respective owner