This is an IBM Automation portal for Integration products. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).
We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:
Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,
Post an idea.
Get feedback from the IBM team and other customers to refine your idea.
Follow the idea through the IBM Ideas process.
Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.
IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.
ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.
As part of our regular commitment to reviewing RFEs, we have re-reviewed this RFE. We note that the architecture does allow you to idle out the connections and return them to the thread pool, but we agree that it would be helpful to allow an administrator to specify an exact desired number of threads for each connection, and to help display this by informing users of the linkage to which flows are using which database ODBC connections. We will continue to monitor this RFE. For now its status is maintained as Uncommitted Candidate.
Due to processing by IBM, this request was reassigned to have the following updated attributes:
Brand - WebSphere
Product family - Integration
Product - IBM Integration Bus (WebSphere Message Broker) - IIB
For recording keeping, the previous attributes were:
Brand - WebSphere
Product family - Connectivity and Integration
Product - IBM Integration Bus (WebSphere Message Broker) - IIB
The situation is far more serious than described here, and there is more than ODBC-JDBC compatibility or max connection at stake. Currently, the state of affairs is as follows, to quote IBM: "the default behaviour of an ODBC connection used by an additional instance is to close as soon as that instance returns to the thread pool. That means the connection will close whenever the additional instance has no work to do. The connection can be configured to persist until the flow terminates."
Further info:
http://publib.boulder.ibm.com/infocenter/wmbhelp/v7r0m0/index.jsp?topic=%2Fcom.ibm.etools.mft.doc%2Fac00406_.htm
http://www-01.ibm.com/support/docview.wss?uid=swg21610149
This means either maxing out on connections if they persist, or a continuous (and truly unnecessary) opening and closing of connections on a normal production system. We've monitored our databases and this is indeed the case - Our broker closes opens a new connection about three times per second. The repercussions for performance and scalability are obvious.
IMO, this feature is a must.
Thanks for raising this requirement. We have a strategic desire to reach functional equivalence between ODBC and JDBC, and adding ODBC connection pooling is consistent with that aim. We'll investigate adding connection pooling for a follow-on release or fixpack.
The context here is to enable highly scalable connection management for Message Broker flows that need to connect directly to an ODBC database. Current functionality can mean that max database connections are quickly exhausted.