[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 trying to use it for data transfer between different clients in a distributed network. For now, I am testing on two separate laptops connect via adhoc network. ips are set to 10.10.10.3 and 10.10.10.5. I start up rabbitmq on both laptops and added the "client" username

[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 an

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

2014-06-11 Thread Samuel Nelson
) com.rabbitmq.client.impl.AMQChannel$BlockingRpcContinuation.getReply (AMQChannel.java:343) com.rabbitmq.client.impl.AMQChannel.privateRpc (AMQChannel.java:216) Caused by: SocketException Connection reset On Wednesday, June 11, 2014 1:53:25 PM UTC-4, Samuel Nelson wrote: > > I am new to lango

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
11 June 2014 at 21:57:11, Samuel Nelson (snel...@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 v

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

2014-06-18 Thread Samuel Nelson
Any idea what the possible causes of this problem are? sorry I know its not much information to work with.. On Wednesday, June 11, 2014 2:34:42 PM UTC-4, Samuel Nelson wrote: > > I tested via telnet: telnet 10.10.10.3 5672 and the rabbitMQ server > reports in the log that it acc