Question
4
Replies
547
Views
Accenture
Posted: September 12, 2015
Last activity: September 17, 2015
Closed
Solved
Is there a way to get the status of listeners without using SMA in 6.2 version in Pega?
Is there a way to get the status of listeners without using SMA in 6.2 version in Pega?
Yes, you can create a JAVA step and call private API method called executeMbeanOperation. You may then call ListenerStatus() or isAlive() MBEAN operation as argument to executeMbeanOperation to get listener status.
To get sample code on how to call executeMbeanOpearation api see executeMbeanOperation activity in AESRemote ruleset.