Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connecting to Rabbit #65

Closed
mvbaffa opened this issue Feb 24, 2016 · 1 comment
Closed

Connecting to Rabbit #65

mvbaffa opened this issue Feb 24, 2016 · 1 comment

Comments

@mvbaffa
Copy link

mvbaffa commented Feb 24, 2016

Is there some kind of Connection Factory so that I can connect to Rabbit without using a conf file.

Thanks

@timcharper
Copy link
Member

@mvbaffa yes - RabbitControl accepts a ConnectionParams: http://spingo-oss.s3.amazonaws.com/docs/op-rabbit/current/index.html#com.spingo.op_rabbit.RabbitControl

actorSystem.actorOf(Props { new RabbitControl(connectionParams) })

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants