Click here to Skip to main content
15,888,024 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi community.

I want to ask the following question.

I have developed a MSMQ application in C# that is suppse to be able to post messages in a remote computer, and be able to peek the messages in remoe queues.

My question is, how can I test this application in a single computer? I really don't want to use virtual machines.

Thanks in advance.
Posted

1 solution

If you only have the single machine to use you have no choice but to use a virtual machine to do this testing.

Get used to the idea. You should be using VM's alot to do any testing of your applications before you deploy them.
 
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