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

Way to tell how many messages are in the que? #50

Closed
geyang opened this issue Mar 2, 2015 · 1 comment
Closed

Way to tell how many messages are in the que? #50

geyang opened this issue Mar 2, 2015 · 1 comment
Labels

Comments

@geyang
Copy link

geyang commented Mar 2, 2015

Hi,

Is there a way to know how many jobs are in each que?

I am trying to do some load balancing. When new workers start, I want them to connect to the longest que.

Thanks!

Ge

@arobson
Copy link
Collaborator

arobson commented Mar 2, 2015

@episodeyang - there isn't presently a way to get this kind of metadata consistently from the AMQP protocol. If you enable the management console, it turns on their HTTP API which you can get all kinds of detailed metadata about the server/cluster from.

Eventually, we would like to add support for getting this in wascally, but it will probably be a bit before that feature gets added.

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

No branches or pull requests

2 participants