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.  JDBC Adapter Minimum Pool Size

    Posted Tue April 03, 2018 05:11 AM

    Hi Team,

    It is advised to set Minimum Connection Pool 0 to avoid stale connection but as per the details in the documenation this field specifies the number of connections to create when the connection is enabled.

    So how it is working if is 0.

    Can you please help me understand?

    Thanks.


    #webMethods
    #edi
    #Integration-Server-and-ESB


  • 2.  RE: JDBC Adapter Minimum Pool Size

    Posted Tue April 03, 2018 12:13 PM

    Yes you are in the right track with that minimum pool as 0 setting (it will avoid and resolve any transient or network hiccups or db maintenance restarts) also you should have one for maximum setting and rest of the connection pool enabling to true will take care during the run-time from the IS/Adapter point of view.

    HTH,
    RMG


    #Integration-Server-and-ESB
    #edi
    #webMethods


  • 3.  RE: JDBC Adapter Minimum Pool Size

    Posted Wed April 04, 2018 07:42 AM

    Kindly review the below:

    Run-Time Behavior of Connection Pools
    When you enable a connection, Integration Server initializes the connection pool,
    creating the number of connection instances you specified in the connection’s Minimum
    Pool Size field when you configured the connection. Whenever an adapter service needs
    a connection, Integration Server provides a connection from the pool. If no connections
    are available in the pool, and the maximum pool size has not been reached, the server
    creates one or more new connections (according to the number specified in the Pool
    Increment Size field) and adds them to the connection pool.
    If the pool is full (as specified
    in Maximum Pool Size field), the requesting service will wait for Integration Server to
    obtain a connection, up to the length of time specified in the Block Timeout field, until
    a connection becomes available. Periodically, Integration Server inspects the pool
    and removes inactive connections that have exceeded the expiration period that you
    specified in the Expire Timeout field.


    #Integration-Server-and-ESB
    #webMethods
    #edi


  • 4.  RE: JDBC Adapter Minimum Pool Size

    Posted Wed April 04, 2018 11:28 AM

    Hi Priyanka,

    Hope you have more info with you now to close this issue :))

    HTH,
    RMG


    #edi
    #Integration-Server-and-ESB
    #webMethods


  • 5.  RE: JDBC Adapter Minimum Pool Size

    Posted Fri April 06, 2018 02:25 AM

    Thanks RMG and Mahesh for such an explanation.

    Thanks for your reply


    #edi
    #webMethods
    #Integration-Server-and-ESB


  • 6.  RE: JDBC Adapter Minimum Pool Size

    Posted Fri April 06, 2018 12:18 PM

    Your welcome!!


    #edi
    #webMethods
    #Integration-Server-and-ESB