JMS Server
JMS Module
Node Manager
Queue Manager
Persistent Store
第1题:
Identify three advantages of Active GridLink for RAC over multidata source.()
第2题:
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?()
第3题:
Identify three unique integration features of Spring and WebLogic Server.()
第4题:
Which technology does WebLogic Server use to look up a WebLogic JMS resource?()
第5题:
In WebLogic 10.3.6 and WebLogic 12c on ExaLogic, performance of JMS is further improved through ().
第6题:
Authentication Provider
Adjudication Provider
Authorization Provider
Auditing Provider
第7题:
Web Session Affinity
Concurrent Request Manager
Coherence
Elastic Message Overflow
第8题:
If you select a non-XA JDBC driver, you can use WebLogic AQ JMS in both local & global transactions
Oracle WebLogic Server requires a JDBC driver to communicate with the Oracle AQ JMS
Oracle WebLogic AQ JMS stand-alone client automatically participate in global transactions managed by Oracle WebLogic Server
If you select an XA JDBC driver, you can use WebLogic AQ JMS in both local and global transactions
第9题:
SAF Target
SAF Imported Destination
SAF Client
SAF Server
Distributed SAF JMS
第10题:
JMS subsystem of WLS shares same JVM as core WLS application server, so application avoids the overhead of message serialization/de-serialization (necessary when using a 3rd party JMS provider with WLS)
WLS JMS ai always faster than 3rd party JMS providers
Unified operations and management tools across Application Server and JMS Provider will help with mangeability and diagnostics
WLS JMS more compliant with JMS spec than 3rd party vendors
第11题:
JMS Queue
Distributed JMS Queue
Uniform Distributed Topic
Partitioned Distributed Topic
第12题:
isolates WebLogic from RAC changes
has a simple configuration
enables statement caching
performs faster failure detection and failover
is supported in WebLogic Domain Templates
第13题:
A customer needs to implement a Highly Available solution for JMS that has a primary data center and a backup. Which three steps would you perform when designing your solution?()
第14题:
Identify three components of the WebLogic JMS architecture.()
第15题:
Identify two tasks of the Application tier in 11i Oracle Applications architecture. ()(Choose two.)
第16题:
In WebLogic 10.3.6 and 12c, transaction logs can optionally write to a JDBC store instead of a file store on the file system. Identify the three benefits as a result of this capability.()
第17题:
HTTP
JNI
JNDI
T3
LDAP
第18题:
ability to automatically convert Spring application to JavaEE 6 framework
ability to export the WebLogic Container feature to another Spring enabled JavaEE server
ability to extend the WebLogic Server console with some Spring-related pages
official support of Spring apps inside WebLogic by Oracle Support
support for injection of WebLogic MBeans and Resources into Spring applications
第19题:
simplified disaster recovery architecture and efforts
better performance than writing logs to a file store
common storage of transaction logs with application data
common replication of transaction logs with application data
higher transaction throughput
第20题:
JMS Persistent Store
JMS Server
JMS Distributed Destination
JMS Store and Forward
Automatic Service Migration
第21题:
JMS生产者
JMS消费者
JMS队列
JMS主题
第22题:
Store Transaction Logs in a database and use Database stores for JMS to make replication between sites easier.
Use file based Transaction Logs and JMS stores and implement a separate replication solution for files in addition to database in case database replication fails.
Implement Oracle RAC at each site to provide a highly available solution within each datacenter.
Configure Whole Server Migration to migrate WebLogic Managed Servers from the primary to the secondary site.
Configure Automatic Service Migration for JMS high availability within a datacenter.
第23题:
Update the client application that is creating the JMS messages to use Unit of Work.
Configure a WebLogic Cluster for Distributed JMS.
Update the client application that is creating the JMS messages to use Unit of Order.
Enable XA Transactions on the JMS Connection Factory used by the client application.
Enable Load Balancing on the JMS connection factory used by the client application.