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

Lack of healthcheck #776

Closed
bitkill opened this issue Dec 19, 2022 · 2 comments · Fixed by #1016
Closed

Lack of healthcheck #776

bitkill opened this issue Dec 19, 2022 · 2 comments · Fixed by #1016

Comments

@bitkill
Copy link

bitkill commented Dec 19, 2022

Hi,

I'm looking for a way to probe the health and readiness of elasticmq in the Docker container?
What's the best way to do this?

@adamw
Copy link
Member

adamw commented Dec 20, 2022

We don't have a dedicated health/status endpoint (we should add one, good point :) ), but maybe listing queues could be a good replacement while this is not available: https://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_ListQueues.html

@chesleybrown
Copy link

To add a specific example for use with docker compose's healthcheck (as it needs to be a command that executes within the container):

wget -q -S -O - 127.0.0.1:9324/?Action=ListQueues

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

Successfully merging a pull request may close this issue.

3 participants