Does any one I have to setup some special permission while accessing the queue using WCF over the internet.....
I do have my bindings setup right as:
<
endpoint name="OrderProcessorEndpoint"
address="net.msmq://development.abc.com/private/sms_service.svc"
bindingConfiguration="OrderProcessorBinding"
binding="netMsmqBinding"
contract="Simmons.Services.IOrderProcessor" />
</
client>
<
bindings>
<
netMsmqBinding>
<
binding name="OrderProcessorBinding"
queueTransferProtocol="Srmp">
<
security mode="None" />
</
binding>
</
netMsmqBinding>
</
bindings>
but I m still gettting
Server Error in '/myservice2' Application.
An error occurred while opening the queue:The remote computer is not available. (-1072824215, 0xc00e0069). The message cannot be sent or received from the queue. Ensure that MSMQ is installed and running. Also ensure that the queue is available to open with the required access mode and authorization.