tags:

views:

5

answers:

0

If I have a client that is disconnected and puts a message on a queue.

When the client is connected does the queued message get sent?

If so when and how does this happen?

Below is the only documentation I can find on this and it is not clear to me

From http://technet.microsoft.com/en-us/library/cc723251.aspx

Disconnected Messaging

MSMQ independent clients can send messages to public queues while disconnected from the network. The disconnect can be a brief interruption in a network server or the mobile use of a laptop or portable computer.

MSMQ supports disconnected messaging automatically, without additional application design or network configuration. However, you cannot install MSMQ independent clients while the PSC is disconnected because MSMQ Setup must have access to the MQIS on the PSC.