Interview Questions

Can I still use the default connection factories supported in WebLogic Release 5.1?

BEA WebLogic Questions and Answers


(Continued from previous question...)

Can I still use the default connection factories supported in WebLogic Release 5.1?

Yes. The following two names for the default connection factories have been deprecated:

javax.jms.QueueConnectionFactory
javax.jms.TopicConnectionFactory.

However, these connection factories are still defined and usable in this release for backwards compatibility.
WebLogic JMS 6.1 defines one connection factory, by default:
weblogic.jms.ConnectionFactory
You have to Enable the JMS default connection factories. Go to the console->your server->tuning->click on the check box Enable Default JMS Connection Factories.
You can also specify user-defined connection factories using the Administration Console.

(Continued on next question...)

Other Interview Questions