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

Allow to read existing queues. #92

Closed
aangelidis opened this issue Mar 3, 2017 · 2 comments
Closed

Allow to read existing queues. #92

aangelidis opened this issue Mar 3, 2017 · 2 comments

Comments

@aangelidis
Copy link

Unless I missed something, the queues are completely managed by servicebus.

bus.subscribe('foo.bar', options, (msg) => {
});

This will create a queue as foo.bar.8aadae7d-bd7e-4dc7-ba85-f57a102b06fe.

Is it possible to tell it to use an existing queue?

For instance we want to pre create the queue let it fill up and when the application finished loading it then starts to read the queue.

@mateodelnorte
Copy link
Owner

mateodelnorte commented Mar 3, 2017 via email

@aangelidis
Copy link
Author

aangelidis commented Mar 3, 2017

Ok cool thanks.

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