Click here to Skip to main content
15,884,628 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have two WCF and host as a Window Service.First_WCF takes some files from a folder (using FileWatcher class in .NET) and save this files information into MSMQ(private queue), it was a success. Then Secod_WCF reads this files information from the MSMQ and should be processed.It also was a success. Means two WCF successfully installed in windows and execution was a success.
The problem arise when I changed My old system to new system.The old system two wcf services working fine.New system has problem.
Let me say the problem, In the new system The two services installed and service started. First_WCF service save files information into MSQMQ and Second_WCF fetch this MSMQ information but the message not received into WCF and not processed, no log created.

Is there any Issue while configuring the MSMQ(means certification or any HKEY_LOCAL_MACHINE).
The same dlls I have copied for new system from old system. The two services are working in New system,ie, Messages added to MSMQ and messages fetches from MSMQ. But message not received to WCF of Secod_WCF.
Can any one give a sloution.
Posted

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

  Print Answers RSS
Top Experts
Last 24hrsThis month


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