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
Correct answer is C, D
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.
C, D
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)
A not correct
B not correct
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
C&D
Guys, are you insane? B & D !
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.
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.