MessagingCE / MSMQ

  • Thread starter Thread starter MDB
  • Start date Start date
M

MDB

Hello, can anyone show me some links or examples on how to use a MSMQ? I
have been playing around with the TestP2PQueue example I found on microsofts
web site
(http://msdn.microsoft.com/library/d...dnnetcomp/html/point2point_message_queues.asp)
however can not figure out how to get the pocket pc to connect to a queue on
a public / remote server (right now using active sync but eventually using
gprs). I have been using this example on the host computer
(http://www.c-sharpcorner.com//Code/2004/Jan/MyQueue.asp).

Any examples would greatly be appreciated.
 
The article refers to Point to Point message queues (P2P) which is a
different technology to MSMQ.

You should be able to refer to any desktop article on System.Messaging to
use MSMQ from .NETCF v2.0. There are some difference to how you install MSMQ
onto the device. There was a useful series of articles on Mark Ihimoyan's
blog:-
http://blogs.msdn.com/ihimmar/archive/2004/06/08/151326.aspx

Peter
 
Thank you. I am actually trying to avoid upgrading the framework to 2.0
since I have over 500 devices through out the country.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top