I have publisher and subscriber implemented using nservice bus 4.4.2 version. Subscriber is not receiving the message.
I can see subscription in the publisher subscription, enabled debug trace of nservicebus and publisher log says that message is sent, but subscriber is not receiving the message.
Is there any other ways to trouble shoot the issue? The subscribe application is able to receive other subscription messages from other applications.
MSMQ is used as transport and in memory storage is used.
Any inputs are appreciated
thanks, Kedar.