This version is still in development and is not considered stable yet. For the latest stable version, please use spring-cloud-stream 4.1.4!spring-doc.cn

Rabbit Binder Health Indicator

The health indicator for Rabbit binder delegates to the one provided from Spring Boot. For more information on this, see this.spring-doc.cn

You can disable this health indicator at the binder level by using the property - management.health.binders.enabled and set this to false. In the case of multi-binder environments, this has to be set on the binder’s environment properties.spring-doc.cn

When the health indicator is disabled, you should see something like the below in the health actuator endpoint:spring-doc.cn

"rabbit": {
  "status": "UNKNOWN"
}

At the Spring Boot level, if you want to disable the Rabbit health indicator, you need to use the property management.health.rabbit.enabled and set to false.spring-doc.cn