Exam 2v0-7222 All QuestionsBrowse all questions from this exam
Question 51

What two options are auto-configured Spring Boot Actuator HealthIndicators? (Choose two.)

    Correct Answer: A, D

    DataSourceHealthIndicator and RabbitHealthIndicator are both auto-configured Spring Boot Actuator HealthIndicators. DataSourceHealthIndicator checks the status of a JDBC DataSource, while RabbitHealthIndicator checks the health of a RabbitMQ messaging server.

Discussion
james2033Options: AD

(A) https://docs.spring.io/spring-boot/docs/current/api/org/springframework/boot/actuate/jdbc/DataSourceHealthIndicator.html (D) https://docs.spring.io/spring-boot/docs/current/api/org/springframework/boot/actuate/amqp/RabbitHealthIndicator.html