Re: Using MSMQ in Web Services
From: John Spaith [MS] (jspaith_at_ONLINE.microsoft.com)
Date: 05/05/04
- Next message: Gergo: "Upload file to Pocket PC 2002 emulator in VS. NET"
- Previous message: Tom: "API questions"
- In reply to: JJ: "Using MSMQ in Web Services"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 5 May 2004 09:02:54 -0700
PocketPC 2003 does ship MSMQ as part of its SDK, but unfortunatly it's not
going to do what you want here. It only supports the binary proprietary
MSMQ protocol, and not the HTTP based one. Some configurations of CE MSMQ
can communicate to HTTP based queues so you may see some references to this
in MSDN, but the componentization that was chosen for PocketPC does not
support this.
-- John Spaith Software Design Engineer, Windows CE Microsoft Corporation Have an opinion on the effectiveness of Microsoft Embedded newsgroups? Let us know! https://www.windowsembeddedeval.com/community/newsgroups This posting is provided "AS IS" with no warranties, and confers no rights. You assume all risk for your use. © 2003 Microsoft Corporation. All rights reserved. "JJ" <anonymous@discussions.microsoft.com> wrote in message news:097975FE-4899-4A12-960D-3B8EBAD6AFB7@microsoft.com... > Hi, > > Here is what I am looking to do and tell me if this will work. I have programmed an app that runs on PDA's that connects to Sql server. If the connection is down I want to create a queue on the pda to hold messages/data that when connected to the network will download the messages to Sql to insert data into database. Is this possible to do using > web services with MQ? If so what do I need to setup on the server. Server = Win XPPro and database is really MSDE. So how do I setup the web services and MQ on the server? I assume I would need to program a Queue on the client side and then have a web service residing on the server side that has a Queue. Correct? What else do I need? I am using C# to code in and the PDA is Pocket PC 2003. > > Thanks, > > JJ >
- Next message: Gergo: "Upload file to Pocket PC 2002 emulator in VS. NET"
- Previous message: Tom: "API questions"
- In reply to: JJ: "Using MSMQ in Web Services"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|