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

Create readiness and liveness checks for containerized operation #14

Open
smoyer64 opened this issue Jul 6, 2018 · 0 comments
Open

Comments

@smoyer64
Copy link
Contributor

smoyer64 commented Jul 6, 2018

A container orchestration system needs to be able to assess whether the jms-reactive-client is operational and healthy. Candidates are:

  1. A semaphore file (https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/#define-a-liveness-command)
  2. Enable JMX on the reactive client and provide a tiny Java application to provide a zero/non-zero status code (https://docs.oracle.com/javase/tutorial/jmx/remote/custom.html)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant