We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
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
Successfully merging a pull request may close this issue.
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?
The text was updated successfully, but these errors were encountered: