I am new to MSMQ in C#.
This is the requirement: I have one application to publish the message which need to be subscribed by multiple applications.
The problem I am facing is only one client is able to get message, but other clients are not. Please help me how I can achieve that.