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

DB Connection Pooling JDBC for Integration Server v 46

  • 1.  DB Connection Pooling JDBC for Integration Server v 46

    Posted Fri February 13, 2004 03:35 AM

    Hi All,

    Can any body explain me exact procdure to enable database connection in Integration Server v 4.6.

    We configured in our dev server, we see Integration Server is hanging for every 3 or 4 documents. If disable connection pooling, we are able to process more than 100 documents without any problems.


    #webMethods
    #Integration-Server-and-ESB
    #Flow-and-Java-services


  • 2.  RE: DB Connection Pooling JDBC for Integration Server v 46

    Posted Tue February 17, 2004 04:28 PM

    Hi,
    Please use explicit connect and close calls whenever you access database. Also, make sure you close the connection in the error handler steps. This is kind of mandatory when we use connection pooling.

    Thanks,
    Hari.


    #Flow-and-Java-services
    #webMethods
    #Integration-Server-and-ESB