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

Get bus / queue details through the rest API #20

Open
tdbrian opened this issue Feb 23, 2016 · 1 comment
Open

Get bus / queue details through the rest API #20

tdbrian opened this issue Feb 23, 2016 · 1 comment

Comments

@tdbrian
Copy link
Contributor

tdbrian commented Feb 23, 2016

For getting the status of the queue, memory usage, and statistics something like 'GET /queues/myqueue' or similar would be helpful.

@sweetlandj
Copy link
Owner

Definitely something I would like to take a look at. Right now the default queue names are MD5 hashes of the handler type names in order to ensure uniqueness and persistence across restarts, which isn't intuitive or discoverable. I'm going to have to rethink that so that the queue names are a little more user friendly and can survive a type rename -- possibly with a [Queue] attribute or some such. Once that's in place then we will have much friendlier queue names that would make such an API much more useful.

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