Windows Azure Queues, WCF, MSMQ integration
Posted
by user104295
on Stack Overflow
See other posts from Stack Overflow
or by user104295
Published on 2010-03-19T10:29:31Z
Indexed on
2010/03/19
10:31 UTC
Read the original article
Hit count: 316
Hi there, I have a scenario where I need a desktop console app to communicate with a Windows Azure Queue... the most important thing is that the message is received by the server eventually. Also, the desktop app may be disconnected from the Internet sometimes. In the traditional WCF+MSMQ approach you'd be able to send a message which would be cached in MSMQ until MSMQ could reach the Server's MSMQ and send the message. What's the equivalent when Windows Azure is the server-side?
Is it possible for the same approach to be used, where MSMQ just communicates with a Windows Azure Queue rather than an MSMQ on a Windows Server?
Maybe Windows Azure Queue is the wrong approach? I have heard about something called message buffer, but don't know what this is (yet!).
thanks for your help
Kris
© Stack Overflow or respective owner