Click here to Skip to main content
15,888,286 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
How to read msmq message type from the other server using wcf.
Posted

1 solution

Your question is very general, so you get a general answer.

Start with reading about Microsoft Message Queue here: Message Queuing (MSMQ)[^]
then continue to read about WCF here: Windows Communication Foundation[^]
Here is info how to use WCF and MSMQ together: Queuing in WCF[^]
This is a Codeproject article on the topic: Creating a WCF Service with MSMQ Communication and Certificate Security[^]

When you have done that and are stuck with a specific problem you can come back and ask a new question.
 
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