Explain why do we use msmq?



Explain why do we use msmq?..

Answer / Jitendra Tiwari

MS-MQ (Message Queuing) is a technology used for sending and receiving messages between applications. It is useful in scenarios where there is a need to decouple the sender and receiver of messages, or when there may be network issues that can cause communication failures. MS-MQ ensures reliable message delivery by storing messages on the queue until they are successfully delivered.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

Difference b/w dataset.clone and dataset.copy ?

1 Answers   Protech,


What is file extension of Webservices in .Net?

1 Answers   Arigo Infotech,


What is the difference between override and overload in a method?

1 Answers  


What property do you have to set to tell the grid which page to go to when using the Pager object?

2 Answers   Siebel,


Which ports are used by viruses? UDP/TCP?

1 Answers  


What is Polymorphism? How does VB.NET/C# achieve polymorphism?

1 Answers  


What is the use com component in .net?

1 Answers  


What is exception handling?

1 Answers   Amazon,


Explain code access security.

1 Answers  


Explain the difference between task and thread in .net?

1 Answers  


How would ASP and ASP.NET apps run at the same time on the same server?

1 Answers  


Explain the difference between static page and dynamic page?

1 Answers  


Categories