How do I send a message to a public queue of another computer msmq in c#?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You use a queue name like this:
Where
machineis the name of the machine andqueueis the name of the queue. Note that this will bypass all of the Active Directory routing and stuff that MSMQ normally does. Depending on your requirements, that may or may not be OK.