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.
- Added Bindings to net.msmq and msmsq.formatname to the 'non-default web site', I used 'binding information' as 'localhost' since that works on the 'default web site'.
- Created a web application on the non-default website; points to the same folder (inetpub\wwwrot\msmq). [I guess this is where it's not working, how's that supposed to 'magically' work??
- I thin added the net.msmq and msmsq.formatname protocols to a 'web application' I called MSMQ on the 'non-default' web site.
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)