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 and password "client", "client" on the 10.10.10.3 laptop >From the repl on the 10.10.10.5 laptop, I enter the following command: (def conn (langohr.core/connect { :host "10.10.10.3" :username "client" :password "client"})) And after a few seconds, it gives me the following exception: SocketException Connection reset java.net.SocketInputStream.read (SocketInputStream.java:185) I know that it isn't the network because the log file on the 10.10.10.3 laptop says something like : accepting amqp connection: <0.209.0> (10.10.10.5:46647 -> 10.10.10.3:5672) Any idea what could be causing this exception? also, will langohr and rabbitmq work on embedded ARM processors? -- 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.