Click here to Skip to main content
15,912,578 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have one question in WCF. Client sending messages to the Server. Server is busy. Messages will be queued. When Server available it receives messages. here what type of binding should i use.

please help me.


thank and regards
sreekanth
Posted

1 solution

You can take a look at NetMsmqBindinghttp://msdn.microsoft.com/en-us/library/system.servicemodel.netmsmqbinding.aspx[^]. This uses the Microsoft message queue.

To help you get started, go through -
Sample Starter Project Using WCF and MSMQ[^]
http://msdn.microsoft.com/en-us/library/ms751493.aspx[^]

Note you will need messge queue installed on the machine.
 
Share this answer
 

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