I tested via telnet: telnet 10.10.10.3 5672 and the rabbitMQ server reports 
in the log that it accepted the connection 10.10.10.5:46899 -> 
10.10.10.3:5672.
Then the connection times out and an error log is written: Closing AMQP 
connection 10.10.10.5:46899 -> 10.10.10.3:5672.

However, when I run the Clojure/Langohr code, the log file accepts the 
connection, but does not attempt to close. Instead we have the 
SocketException on the client side, 10.10.10.5, which I listed in the first 
post.

Thanks!

On Wednesday, June 11, 2014 2:00:54 PM UTC-4, Michael Klishin wrote:
>
> On 11 June 2014 at 21:57:11, Samuel Nelson (snel...@ycp.edu <javascript:>) 
> wrote: 
> > > Caused by: 
> > SocketException Connection reset 
>
> This message is very generic and does not explain much. Can you see 
> connection 
> entries in RabbitMQ log? Try connecting to RabbitMQ via telnet, for 
> example 
> (note that it will quickly close connection unless 
> you enter a valid protocol header, "AMQP091", and then due to connection 
> negotiation timeout).  
> --   
> MK   
>
> Software Engineer, Pivotal/RabbitMQ 
>

-- 


This information is intended solely for the use of the individual to whom it is 
addressed. 
Any review, disclosure, copying, distribution or use of this e-mail 
communication by 
others is strictly prohibited.  If you are  not the intended recipient, please 
notify us 
immediately by returning  this message to the sender and delete all copies.

-- 
You received this message because you are subscribed to the Google Groups 
"clojure-rabbitmq" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure-rabbitmq+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to