多项选择题
A customer is developing a custom application that involves a multistep provisioning process for a new account. There is a custom Java client application that is generating multiple JMS messages as part of the process and sending them to the WebLogic tier where they are processed.
Which three steps must you take to implement the solution to allow for scalability and parallel processing of multiple simultaneous provisioning requests while ensuring messages for an individual process are not delivered out of order?()
A.Update the client application that is creating the JMS messages to use Unit of Work.
B.Configure a WebLogic Cluster for Distributed JMS.
C.Update the client application that is creating the JMS messages to use Unit of Order.
D.Enable XA Transactions on the JMS Connection Factory used by the client application.
E.Enable Load Balancing on the JMS connection factory used by the client application.
相关考题
-
单项选择题
In a Java EE messaging application, one MDB is consuming a lot of memory at high traffic. What configuration should you use to prevent possible out-of-memory error at high traffic and at the same time not losing messages?()
A.Configure a Work Manager for the MDB with a Maximum Thread Constraint.
B.Configure a Work Manager for the MDB with a Minimum Thread Constraint.
C.Configure a Work Manager for the MDB with a Maximum Thread Constraint and a Capacity Constraint.
D.Configure a Work Manager for the MDB with a Minimum Thread Constraint and a Capacity Constraint.
E.Configure a Work Manager for the MDB with both a Maximum Thread Constraint and Minimum Thread Constraint. -
多项选择题
WhenyouuseWebLogicManagementPackEE,whichthreeoperationsareenabledcomparedtomanagingWebLogicServeronlythroughwebconsole?()
A.management of many WebLogic Server Domains from a single web console
B.tracking changes in the configuration of WebLogic Domain
C.automation of provisioning process in the new environment
D.checking compliance with the licenses that a customer has
E.visual creation of JDBC DataSource object to Oracle RAC -
单项选择题
WhichtechnologydoesWebLogicServerusetolookupaWebLogicJMSresource?()
A.HTTP
B.JNI
C.JNDI
D.T3
E.LDAP
