On 11 June 2014 at 21:40:19, Samuel Nelson (snels...@ycp.edu) wrote:
> > 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  
> to the 10.10.10.3 laptop, with password "client"
>  
> From the 10.10.10.5 laptop's repl, I enter the following command  
> :
>  
> (def con (rmq/connect {:host "10.10.10.3"
> :username "client"
> :password "client"
>  
> }
> ))

Please post the stack trace, it's impossible to tell what exactly is going on
without it.

In order to connect, port 5672 (default non-SSL port RabbitMQ uses) should be
open for connections from other hosts. Also, you don't need to have RabbitMQ
running on the machine that's intended to be a client.
--  
MK  

Software Engineer, Pivotal/RabbitMQ

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