I have a Spring MDP listener deployed as a war that listens to a JMS queue and replies back for synchronous request-reply messages. What is the best way to monitor if the listener is alive ? Or think it more of how to set up a monitor for a web app to check if it is up and running in a java app server?
Asked
Active
Viewed 221 times