Posted: Wed Mar 10, 2004 6:54 pm Post subject: MQQueueManager Database connections - pool
Novice
Joined: 12 Feb 2004 Posts: 17
Hi,
Please clarify me whether the MQQueueManager's getJDBCConnection internally does a DB connection pooling or we need to explicitly implement the DB connection pooling ?
The Using Java manual does not seem to directly address this question.
However, since when you are creating an XA connection, you are specifying an XA Compliant JDBC DataSource object, I suspect that the answer is "It depends on your DataSource".
That is, you'll get connection pooling if you're using a pooled DataSource and you won't get connection pooling if you're not using a pooled DataSource.
But this is just a guess. _________________ I am *not* the model of the modern major general.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum