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.  DB connection pooling

    Posted Fri October 07, 2005 07:47 PM

    Hi All,

    I have got a question regarding database connection pooling.

    I know that inorder to enable connection pooling we have to set the parameter ‘watt.server.db.connectionCache=server’ in the server.cnf file.

    I see one more setting for connection pooling when we are trying to create a database connection (let it be wmDB or JDBC).There is a property called ‘Enable connection pooling’.we have to set it to YES to enable connection pooling.

    The only thing which I don’t understand is what is the difference between both of them.

    Do we have to set both of them inorder to get the advantages of connection pooling???

    I am not clear with the concept.Somebody pls try to help.


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


  • 2.  RE: DB connection pooling

    Posted Mon December 05, 2005 10:37 AM

    JDBCAdapter is separate from those pools setup in “JDBC pools” in the server admin. To get adapter pooling from the JDBC Adapter (e.g. using adapter services/notifications rather than WmDB) all you have to do is configure the “Enable Connection Pooling” when you’re creating the JDBC Adapter connection.

    Using WmDB is not really recommended as the way to access a database moving forward.

    regards,
    Nathan Lee


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


  • 3.  RE: DB connection pooling

    Posted Fri February 10, 2006 10:10 PM

    “Using WmDB is not really recommended as the way to access a database moving forward.”

    Can you help explain what the primary difference between wmDB and the JDBC Adapter are? Re-writing all of our services to use the JDBC Adapater vs. the WMDB adapter would be a huge project for us, we are looking for any feedback which compares the value of each db util.

    Thanks.


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


  • 4.  RE: DB connection pooling

    Posted Sat February 11, 2006 02:07 AM

    A few advantages are WMJDBC adapter has enhanced connection pool management,Connection to any database using supported drivers while WMDB has some limitations,

    Also slowly WM will stop supporting WMDB and continues for JDBC Adapter in IS6.x and higher.

    Some one will post more advantages going forward.

    HTH,
    RMG


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