What is difference between weblogic connection pool and conection factory?
Answer Posted / chalam
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.
| Is This Answer Correct ? | 14 Yes | 2 No |
Post New Answer View All Answers
Why would a client application use jta transactions?
In how many formats we can deploy an application in wls??
How can we change heap size?
What are the common domain types?
How to write a program to bind string values in a preparedstatement?
What is core server tuning?
What are servers?
Can you use a foreign jms provider to drive an mdb transactionally? : BEA Weblogic
A client invokes a method on a stateful session bean instance deployed in the weblogic server. While the method execution is in progress another method call arrives on the server. What will be the result? : BEA Weblogic
What is silent mode?
Can the messaging bridge handle two-phase or global transactions between separate weblogic server domains or between different releases? : BEA Weblogic
What is a messaging bridge?
Name the various message severity levels in web logic?
How many ways take thread dumps?
How do I provide user credentials for starting the weblogic server?