0

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.

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
  • You need to provide an example of what you have tried and where you think the issue might be, we can then analyse your subscription logic, and receiving logic to point you in the right direction. (show both the publisher code and the client code) – Chris Schaller Jun 23 '19 at 23:31
  • Have a look at this post for additional guidance: https://stackoverflow.com/questions/11076790/the-bare-minimum-needed-to-write-a-msmq-sample-application – Chris Schaller Jun 23 '19 at 23:32
  • You can try using NServiceBus for this? https://docs.particular.net/get-started/ – Sean Farmar Jun 24 '19 at 07:13
  • Sounds like the clients are coded to receive the message rather than peek it. – John Breakwell Jun 24 '19 at 09:55

0 Answers0