.NET Framework Bookmark and Share   
 index > Windows Communication Foundation > An error occurred while opening the queue:The remote computer is not available. (-1072824215, 0xc00e0069).
 

An error occurred while opening the queue:The remote computer is not available. (-1072824215, 0xc00e0069).

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.

  • Changed TypeMarco Zhou Friday, March 27, 2009 6:22 AMdup thread
  •  
Me.Saqib
Are the queues need to created some where else ?

Because I have them created in my same box where my service is located....

Please help...ITs very urgent...
Me.Saqib
Please join this thread for discussion:

http://social.msdn.microsoft.com/Forums/en/wcf/thread/566a72f2-c620-427c-bdaa-a8824f62e9ad

Creating duplicate threads is a bad practice in forum discussion:

http://blogs.msdn.com/ericlippert/archive/2008/02/20/how-to-not-get-a-question-answered.aspx

Be a good citizen on the forum.

Thanks








Another Paradigm Shift
http://shevaspace.blogspot.com
Marco Zhou

You can use google to search for other answers

Custom Search

More Threads

• Closing callback channel.
• unable to consume WCF service
• Problem While consuming Java webservice from WCF client.
• Warning while deploying the solution
• Message securityMode performance
• Expose only metadata on http and service on https?
• CommunicationException
• WCF limitations in partial trust XBAP...can I use IntanceContextMode.PerSession or Single in partial trust?
• How to return a Readonly Forwardonly collection from a WCF method ?
• NetDataContractSerializer and Partial trust