adspace


Explain why do we use msmq?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Write the .net syntax for 'while loop'?

1143