IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

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.  How to get Max Pool Size for an Adapter Connection?

    Posted Thu August 14, 2008 10:40 AM

    Hi All

    There ia a requirement in our project to monitor the used/available pool size of a JDBC Adapter Connection. If the used connections exceeds the threshold we have to raise an alert.

    We know about the service pub.art.connection:getConnectionStatistics which gives the total, used and free connections available.

    Can anyone suggest how can we get the max pool size configured for a JDBC Adapter connection?


    #Adapters-and-E-Standards
    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: How to get Max Pool Size for an Adapter Connection?

    Posted Sun August 09, 2009 05:18 AM

    Hi,

    please let me know if you have any such solution. We are having the same requirement too.

    Thanks in advance.


    #webMethods
    #Integration-Server-and-ESB
    #Adapters-and-E-Standards


  • 3.  RE: How to get Max Pool Size for an Adapter Connection?

    Posted Sun August 09, 2009 12:37 PM

    I don’t think there is any public service to get this information. One way would be to go in \IntegrationServer\packages\WmART\pub folder. Check out GetConnProperties.dsp. This DSP calls webMethods services to display connection details.
    It internally calls wm.art.admin.connection:getConnectionProperties and
    wm.art.admin.connection:getConnectionManagerProperties services.

    Haven’t tried myself, but it would be worth to try.

    Jiten


    #Integration-Server-and-ESB
    #Adapters-and-E-Standards
    #webMethods


  • 4.  RE: How to get Max Pool Size for an Adapter Connection?

    Posted Mon August 10, 2009 08:44 AM

    You can use any of below services as per your requirements.

    wm.art.admin.connection:getResourceConfiguration
    wm.art.admin.connection:getResourceStatistics

    Let me know if it helps.

    Many Thanks
    Amrendra


    #webMethods
    #Adapters-and-E-Standards
    #Integration-Server-and-ESB


  • 5.  RE: How to get Max Pool Size for an Adapter Connection?

    Posted Fri June 03, 2011 05:36 PM

    Hi Amar or Jiten,

    Can you please tell how can i monitor the maximum pool size. I tried to use this service “getConnectionStatistics” in WmART package. But it only gives totalconnection, freeconnections etc. How to calculate max pool from these outputs.

    Please reply.
    Thanks,David.


    #Integration-Server-and-ESB
    #Adapters-and-E-Standards
    #webMethods


  • 6.  RE: How to get Max Pool Size for an Adapter Connection?

    Posted Fri June 03, 2011 06:37 PM

    wm.art.admin.connection:getResourceConfiguration

    Another of the useful non-published services for which we’re on our own if we use them.


    #Adapters-and-E-Standards
    #webMethods
    #Integration-Server-and-ESB