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

Missing function to bind/consume queue without declaration #17

Open
3ehu opened this issue Nov 17, 2016 · 1 comment
Open

Missing function to bind/consume queue without declaration #17

3ehu opened this issue Nov 17, 2016 · 1 comment

Comments

@3ehu
Copy link

3ehu commented Nov 17, 2016

Hi,

Could you add function to bind / consume queue without declaration them ?

@abreits
Copy link
Owner

abreits commented Nov 22, 2016

What do you mean exactly?

When you connect to a queue and it does not exist, it automatically creates it in AMQP. If it already exists, it connects to the queue (if the requested queue is of the same type as the already exisiting one, otherwise it returns an error).

What I can and will add in the next version is an option to bind to queues and exchanges expecting an existing queue or exchange name.

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