Reverse Invoke Port

Hello Everyone,

I have an issue with me reverse invoke setup. Port was disabled and request were waiting in the pool.
I enable the the port and everything works fine. I checked the server logs but i found nothing related to shutdown and restart of port.
Am using API Gateway 10.11 On Premise setup. Current log level is warn.
I have checked the server logs and API Gateway logs if und nothing related to port disable and enable.

How can we setup alert , if requests are stuck in standard gateway
How i can check the limit of the reverse invoke pool
If anyone can guide where I can check these logs about the port.
How can we setup alerts for the port is it is disabled or enabled

Thanks

for logs
Increase logging for : 0051 Port Manager, 0046 HTTP, 0047 HTTPS Listeners, under settings > Logging

for monitoring:
check if you can extract some details using “wm.server.ports:listListeners” - listeners/listeners/curDelay
if you can extract details, then build a monitoring service with alerts out of it based on your requirement

also check these
wm.server.ports:getAllRGConnections
wm.server.ports:listListeners
wm.server.ports:listRGConnections

1 Like