When I do that I get the following exception:<div><div>None of the specified endpoints were reachable</div><div>Endpoints attempted:</div><div>------------------------------------------------</div><div>endpoint=amqp-0-9://localhost:5672, attempts=1</div><div>System.Net.Sockets.SocketException (0x80004005): An invalid argument was supplie</div><div>d</div><div>&nbsp; &nbsp;at System.Net.Sockets.Socket..ctor(AddressFamily addressFamily, SocketType so</div><div>cketType, ProtocolType protocolType)</div><div>&nbsp; &nbsp;at System.Net.Sockets.TcpClient.initialize()</div><div>&nbsp; &nbsp;at System.Net.Sockets.TcpClient..ctor(AddressFamily family)</div><div>&nbsp; &nbsp;at RabbitMQ.Client.Impl.SocketFrameHandler_0_9..ctor(AmqpTcpEndpoint endpoint</div><div>)</div><div>&nbsp; &nbsp;at RabbitMQ.Client.Framing.Impl.v0_9_1.ProtocolBase.CreateFrameHandler(AmqpTc</div><div>pEndpoint endpoint)</div><div>&nbsp; &nbsp;at RabbitMQ.Client.ConnectionFactory.FollowRedirectChain(Int32 maxRedirects,</div><div>IDictionary connectionAttempts, IDictionary connectionErrors, AmqpTcpEndpoint[]&amp;</div><div>&nbsp;mostRecentKnownHosts, AmqpTcpEndpoint endpoint)</div><div>================================================</div><div>Stack trace:</div><div>&nbsp; &nbsp;at RabbitMQ.Client.ConnectionFactory.CreateConnection(Int32 maxRedirects)</div><div>&nbsp; &nbsp;at RabbitMQ.Client.ConnectionFactory.CreateConnection()</div><div>&nbsp; &nbsp;at ServerConsole.AddServer.Main(String[] args)</div><div><br></div><br>On Monday, September 10, 2012 3:14:58 PM UTC-4, kayslay wrote:<blockquote class="gmail_quote" style="margin: 0;margin-left: 0.8ex;border-left: 1px #ccc solid;padding-left: 1ex;">I have RabbitMQ running on my Windows 7 machine. &nbsp;I ran it via the command prompt . &nbsp;I am able to verify that it is up. &nbsp;When I try to connect to it locally,<div><div>&nbsp; &nbsp;ConnectionFactory cf = new ConnectionFactory();</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; cf.Uri = "amqp://localhost"</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; using (IConnection conn = cf.CreateConnection())</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {</div></div><div>the CreateConnection call throws an exception saying</div><div>"None of the specified endpoints were reachable"&nbsp;<br></div><div>I was able to verify that RabbitMQ was running by executing rabbitmq-server.</div><div>Is there something I'm missing, I'm new to RabbitMQ?</div></blockquote></div>