[clojure-rabbitmq] Socket Exception thrown when trying to make a remote connection to server over adhoc network

2014-06-11 Thread Samuel Nelson
I am new to langohr and rabbitmq, and I want to try and use it for sending data across a distributed network. To test it out, I have two laptops, both connected over and adhoc network and both running rabbitmq and their IP's are set to 10.10.10.3 and 10.10.10.5... I added a rabbitmq username

Re: [clojure-rabbitmq] Re: Socket Exception thrown when trying to make a remote connection to server over adhoc network

2014-06-11 Thread Michael Klishin
On 11 June 2014 at 21:57:11, Samuel Nelson (snels...@ycp.edu) 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

Re: [clojure-rabbitmq] Re: Socket Exception thrown when trying to make a remote connection to server over adhoc network

2014-06-11 Thread Samuel Nelson
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