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

Working with queues #173

Closed
mlcooper opened this issue Dec 2, 2014 · 2 comments
Closed

Working with queues #173

mlcooper opened this issue Dec 2, 2014 · 2 comments

Comments

@mlcooper
Copy link

mlcooper commented Dec 2, 2014

This cookbook is pretty comprehensive when it comes it configuring an RMQ cluster, vhosts, users/permissions, however it does not provide a mechanism for declaring queues, which is a very common requirement when setting up a RabbitMQ cluster. I was wondering if there are plans to enhance this cookbook to work with queues? Thanks.

@michaelklishin
Copy link
Member

This is typically done by applications. I am not convinced this should be a part of this cookbook but at least this fits the LWRP model well (they can use Bunny or HTTP API, the latter requires management plugin to be enabled).

@jjasghar
Copy link
Contributor

jjasghar commented Dec 2, 2014

I'm inclined to agreed with @michaelklishin here; we are leveraging our cookbook too set everything up and let your application leverage it.

@mlcooper it's an interesting thought, if you can get some more people be interested in it and maybe port portions of the LWRP from https://github.com/SimpleFinance/chef-rabbitmq#rabbitmq maybe we can revisit it.

🤘

@jjasghar jjasghar closed this as completed Dec 2, 2014
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

3 participants