up vote 0 down vote favorite
share [g+] share [fb]

I haven't read enough about or used MSMQ till now. For many years now, I've only known that they exist. So, forgive me if my question indicates lack of rudimentary knowledge on the subject.

If I have to send a message from machine A to machine B, but they are not on the same network, is it possible to use MSMQ as the message delivery mechanism?

I believe public queues in MSMQ can only send messages between machines that may be geographically far off from each other, but are on the same domain.

link|improve this question
feedback

2 Answers

I believe in MSMQ speak this is cross forest support. More about it here.

link|improve this answer
feedback

MSMQ has an optional HTTP transport module (which requires Internet Information Server). With this HTTP transport, a MSMQ server could receive messages sent from 'everywhere'.

Send MSMQ Messages Securely Across the Internet with HTTP and SOAP

link|improve this answer
feedback

Your Answer

 
or
required, but never shown