It's in the title really....
I've got MSMQ receiving messages via HTTP on the DEFAULT web site. which is just assigned an IP Address.
I need to be able to push messages into the queue with a specific url (that won't be blocked by proxy etc. in production).
Problem is, MSMQ only installs to 'default web site'. And my feeble attempts to install it else where have failed.
The above steps are basically the same, and I've done this too, as runnig the variouse scripts found here: http://channel9.msdn.com/shows/Endpoint/endpointtv-Screencast-Configuring-WAS-for-TCP-Endpoints/ and http://geekswithblogs.net/sathya/archive/2011/08/17/the-protocol-net.msmq-is-not-supported.aspx
All with no joy.
I just need to use a specific domain to receive my msmq http messages, any help appreciated.
PS, in production it will also have SSL cert on the domain. (on win server 2008 r2)
I gave up in the end, achieved my goal by
Done, I have MSMQ installed where I wanted.
NOTE: I had to manually add the bindings for net.msmq and msmsq.formatname to the 'target' website. The installer didn't do that this time (nor did the uninstall remove them from 'default website').