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
Expand all | Collapse all

Reg JDBC adapter connection refresh

  • 1.  Reg JDBC adapter connection refresh

    Posted Wed August 30, 2023 05:58 AM

    A general question related to JDBC connections.
    If a JDBC connection in an IS lose connection to DB briefly and gets auto connected, do we need to manually enable/disable for refreshing the connection or it will work without any issues as the connection has been restored automatically?


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


  • 2.  RE: Reg JDBC adapter connection refresh

    Posted Wed August 30, 2023 08:51 AM

    Hi Venkat,

    easiest will be to set minimum pool size to 0 to avoid stale connections in the pool, which cannot be used after they went into the stale state.

    Regards,
    Holger


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