Question
1
Replies
357
Views
Posted: March 22, 2018
Last activity: March 22, 2018
Closed
View Listener Status in Database?
Is it possible to query the status of a listener in the pega database?
(i.e. see the status of a listener like in SMA under "Listener Management")
Which table would I look at? I was only able to find info on PI_DATA_CONNECT which just shows the listener definitions, and not the current status of listeners.
PRPC Listeners are started as Daemon threads when the PRPC application starts up. So the runtime state of Listeners can only be queried from the corresponding Listener Daemons. This is done via calling the Pega MBean APIs.