Spring Boot Rabbitmq Health Check
Spring Boot Rabbitmq Health Check . You can always create a rabbitmq container using the official rabbitmq docker images available on docker hub. In this tutorial, we are going to see a simple example for spring boot rabbitmq message publishing. How to enable Liveness and Readiness Probes in a Spring from medium.com Almost all the spring boot starters bring some form of health check contributor. As an example, lets consider your application talks to service a (which is up) and service b (which is down). For this reason, spring boot does not include any additional health checks in the readiness probe.