Reputation: 1193
I want to monitoring an WSO2 ESB instance with JMX in remote using JConsole, but I don't find any method in https://docs.wso2.com/display/ESB480/JMX+Monitoring to check if WSO2 ESB is alive or not.
How can I do this?
Upvotes: 0
Views: 485
Reputation: 5946
Look at org.wso2.carbon:type=ServerAdmin, you will fin an attribute named "ServerStatus" with a value "RUNNING"
Upvotes: 1