[rabbitmq-discuss] "None of the specified endpoints were reachable"

Trần Đức Thông humg.thongit at gmail.com
Tue Feb 25 10:27:53 GMT 2014


APP run exception "None of the specified endpoints were reachable"

On Thursday, 16 July 2009 21:45:56 UTC+7, Tammo.... at btc-ag.com wrote:
>
>  Hy,
>  
> i´m building a client server .net application that uses rabbitmq as mom.
>  
> the code i´m using to pulish messages is:
>  
>                           IProtocol protocol = Protocols
> .FromEnvironment();
>                     IConnection conn = 
> factory.CreateConnection(rmqBrokerUrl);
>                     IModel channel  = conn.CreateModel();
>                     conn.AutoClose = true;
>                     IBasicProperties props = 
> channel.CreateBasicProperties();
>                     channel.BasicPublish(exchange, routingKey, props, 
> buffer);
>                     channel.Close(200, "Goodbye");
>  
>  
>  
>  
> after sending about 4000msg each in a single thread using the above code,  
> im getting error that states:
>  
> "None of the specified endpoints were reachable".
>  
>  
>  
> any hints on this?
>  
> thanks a lot,
>  
> Tammo
>  
>  
>  
>  
>  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20140225/5a619984/attachment.html>


More information about the rabbitmq-discuss mailing list