Click here to Skip to main content
15,886,822 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have an application which have a server side and client side i want all the clients to send their messages to their queue and waiting to the server to be online and the server will fetch the clients message from their queue. can anyone have an idea on this and give me sample?
millayee
Posted
Updated 6-Nov-12 21:05pm
v2

1 solution

For the client I'd definitely look at using WCF:

http://blogs.msdn.com/b/motleyqueue/archive/2009/05/31/msmq-and-wcf-getting-started.aspx[^]

There is a dedicated binding for MSMQ and it's pretty easy to implement.

For the server side you could use WCF again, or there's an API:

http://msdn.microsoft.com/en-us/library/ms978430.aspx[^]

As for samples, you've done the hard part by finding codeproject. The easy bit would be to search the articles on here, because there are a great deal that can help you:

http://www.codeproject.com/search.aspx?q=msmq&x=0&y=0&sbo=kw[^]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900