Log in

View Full Version : How to Use MSMQ on Windows Mobile 5.0


Kris Kumar
02-06-2006, 02:30 PM
<div class='os_post_top_link'><a href='http://blogs.msdn.com/marcpe/archive/2006/02/01/522112.aspx' target='_blank'>http://blogs.msdn.com/marcpe/archive/2006/02/01/522112.aspx</a><br /><br /></div>Microsoft Message Queuing (MSMQ) is a component of the Windows operating system that allows cooperating applications to send and receive messages to each other, even if the intended recipient application is not running or the computer on which the sender or recipient application is running is disconnected from the network. Messages are stored and forwarded by MSMQ until they reach the destination queue. Later, when a recipient application runs, it can retrieve the messages from the queue. MSMQ decouples sender and recipient applications so they do not need to run at the same time. I wasn't aware that this component is available on the Windows Mobile platform. Marcus Perryman has posted a quick tutorial on how to use MSMQ on Windows Mobile 5.0.<br /><br /> <img src="http://www.smartphonethoughts.com/images/Kris-Feb06-MSMQ.jpg" alt="User submitted image" title="User submitted image"/>

Mike Temporale
02-06-2006, 03:35 PM
Wow, this is pretty cool. I had no idea MSMQ had a mobile version. Why don't we here more about this? This is great for anyone looking to ensure data is sent back to the office regardless of the current state of the connection.

The possibilities make me feel all warm and fuzzy. :mrgreen: