【发布时间】:2017-08-31 23:37:29
【问题描述】:
我有一个 Spring Boot 应用程序,它侦听来自 IBM MQ 输入队列的消息,对消息进行一些处理,然后将消息放入输出队列。
这样的应用程序可以使用 Spring 执行器来监视应用程序(例如心跳检查)吗?通过阅读 actuator 文档,它似乎只能与 Spring Web 应用程序一起使用?我的理解不正确吗?如果是这样,您能否提供有关如何在非 Web 应用程序中使用执行器的信息?
【问题讨论】:
标签: java spring-boot spring-jms spring-boot-actuator application-monitoring