What is difference between weblogic connection pool and conection factory?
Answer Posted / vamsi.t
When we install spring s/w there is built-in supplied
connection pool in spring container.
Built-in connection pooling mechanism is implemented
using the appropriate classes like DriverManagerDataSource
and SingleConnectionDataSource,but these are dummy
connection pools,it can not be used in real time
applications.
There are Third party supplied connection pools like
C3P0,Apache DBCP(DataBaseConnectionPool).Spring s/w
supports these third party supplied connection pools.
There are server supplied connection pools like
weblogic server supplied connection pooling and appilcation
server supplied connection pooling.
we can define a connection factory instance that provides
the entry point for interacting with the JMS(JavaMessaging
Service). It can be used to interact with the ActiveMQ
Message Broker for creating a connection, through which a
session can be established for sending and receiving
messages
Here i have written as par as my knowledge is concerned.If
iam wrong let me know.
Is This Answer Correct ? | 6 Yes | 5 No |
Post New Answer View All Answers
Tell me how does a server find out server unavailability?
What is node manager?
Define memory leak ?
When deploying a resource adapter (.rar) to weblogic server, are its classes placed in the weblogic classpath? : BEA Weblogic
What are the modes of operation for Weblogic server domains ?
When should I use multicast subscribers? : BEA Weblogic
How can I avoid resourceexceptions when sending more requests for database connections from the pool than are currently available? : BEA Weblogic
How do I increase weblogic server memory? : BEA Weblogic
Can the messaging bridge forward durable subscription messages between separate weblogic server 6.1 and release 7.0 or later domains? : BEA Weblogic
What should you do in a passive method?
What is mulicast in weblogic?
What oracle weblogic server includes?
How to update license?
What is non-stage deployment?
What are the States of the Weblogic Server ?