Identify two true statements about an Oracle WebLogic Server JMS Connection Factory.

Identify two true statements about an Oracle WebLogic Server JMS Connection Factory.

Identify two true statements about an Oracle WebLogic Server JMS Connection Factory.

A.
A default JMS Connection Factory exists and is named weblogic.jms.connections

B.
A Connection Factory can be targeted to only one WebLogic Server.

C.
A JMS Connection Factory’s Default Priority and Default Time-to-Live attribute cannot be
modified after the Connection Factory is created.

D.
A JMS Connection factory can be created as a system module resource within the
administration console.

Explanation:
Reference: Programming WebLogic JMS, Understanding WebLogic JMS



Leave a Reply 10

Your email address will not be published. Required fields are marked *


Nimesh Vyas

Nimesh Vyas

Correct answer is C, D

Faheem

Faheem

B is incorrect as per this pera from oracle website

An administrator can establish cluster-wide, transparent access to destinations from any server in the cluster by either using the default connection factories for each server instance in the cluster, or by configuring one or more connection factories and targeting them to one or more server instances in the cluster, or to the entire cluster. This way, each connection factory can be deployed on multiple WebLogic Server instances. Connection factories are described in more detail in Connection Factory Configuration.

Vishal

Vishal

Option C) is also not correct. It is possible to change the value to Default Priority and Default Time-to-Live from the Admin Console anytime. So the correct statement is only option D)

Mohamed Farouk

Mohamed Farouk

A not correct
B not correct

Thompson

Thompson

B is right! It says that you CAN target only one server but doesn’t say that can ONLY target one server. It. Is possible to target one or. more servers

Николай Гоголь

Николай Гоголь

Guys, are you insane? B & D !

guaose

guaose

C and D

http://docs.oracle.com/cd/E23943_01/web.1111/e13738/basic_config.htm#JMSAD161

A is incorrect: WebLogic Server defines two default connection factories, which can be looked up using the following JNDI names:

weblogic.jms.ConnectionFactory
weblogic.jms.XAConnectionFactory

B is incorrect: You can target connection factories to one or more JMS server, to one or more WebLogic Server instances, or to a cluster.

Brandon

Brandon

B,D are correct. B is poorly worded. But it’s correct. A Connection factory “Can” be targeted to only one server.

C is false. Those values can be modified anytime.