Commit 0402ed38 authored by Christian Dupuis's avatar Christian Dupuis

Update documentation to include note about RabbitMQ health support

parent a62bc9ca
...@@ -165,10 +165,10 @@ To provide custom health information you can register a Spring bean that impleme ...@@ -165,10 +165,10 @@ To provide custom health information you can register a Spring bean that impleme
Spring Boot provides a Spring Boot provides a
{sc-spring-boot-actuator}/health/SimpleDatabaseHealthIndicator.{sc-ext}[`SimpleDatabaseHealthIndicator`] {sc-spring-boot-actuator}/health/SimpleDatabaseHealthIndicator.{sc-ext}[`SimpleDatabaseHealthIndicator`]
implementation that attempts a simple database test as well as implementations for implementation that attempts a simple database test as well as implementations for
Redis and MongoDB. Redis, MongoDB and RabbitMQ.
Spring Boot adds the `HealthIndicator` instances automatically if beans of type `DataSource`, Spring Boot adds the `HealthIndicator` instances automatically if beans of type `DataSource`,
`MongoTemplate` or `RedisConnectionFactory` are present in the `ApplicationContext`. `MongoTemplate`, `RedisConnectionFactory`, `RabbitTemplate` are present in the `ApplicationContext`.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment