Tuesday 26 July 2011

What is difference between weblogic connection pool and conection factory?


connection pool is the pool of pre-defined JDBC connections
maintained with backend database in order to provide
database connections for client requests.

connection factories will be created as a part in JMS
configuration for messaging services.

No comments:

Post a Comment