webMethods

webMethods

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Reverse Invoke Port

    Posted Mon August 12, 2024 09:21 AM

    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


    #API-Management
    #webMethods
    #API-Gateway


  • 2.  RE: Reverse Invoke Port

    Posted Wed August 14, 2024 02:49 PM

    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


    #API-Gateway
    #webMethods
    #API-Management