0

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?

1 Answers1

0

Send a message to it and see if you get a (proper) reply.

Jukka
  • 4,583
  • 18
  • 14