关于JMS消息元素有哪些组成()
3.JMS
第1题:
基于JavaEE平台的基础功能服务构建应用系统时,( )可用来集成遗产系统。
A.JDBC、JCA和 Java IDLB.JDBC、JCA和 JMSC.JDBC、JMS和 Java IDLD.JCA、JMS和 Java IDL
第2题:
“大集中”系统目前使用的数据库存储类型有()。
第3题:
An application is using WebLogic JMS Store and Forward to forward messages from a local JMS queue a remote WebLogic JMS destination. You need to determine if the messages are being sent from the local Weblogic Server. Where do you find information and metrics about Store and Forward components in the WebLogic Admin Console?()
第4题:
在Weblogic 10.X中的config.xml中标识JMS system-resource module的4个属性是()。
第5题:
Which two statements are true about interoperating with Oracle AQ JMS with Oracle WebLogic server ?()
第6题:
Identify three components of the WebLogic JMS architecture.()
第7题:
You want to migrate an application that was developed for OAS/OC4J to WebLogic. The application uses Oracle Streams Advanced Queuing (AQ). You configured a Foreign JMS Server and Data Source but you are not able to send messages to the AQ destination and see them reach the database. Which two things are missing in this configuration?()
第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生产者
JMS消费者
JMS队列
JMS主题
第11题:
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.
第12题:
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.
第13题:
第14题:
A customer wants to send JMS messages to a remote WebLogic server from a Java SE application over an unreliable network connection. Which feature of WebLogic JMS will enable the customer to send messages from a Java SE client to a JMS destination that is not always easily reached?()
第15题:
OSB服务总线基于JMS规范,主要由以下哪些元素组成()
第16题:
根据数据交换典型设计,数据交换方式支持()等多种交换方式。
第17题:
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?()
第18题:
Which two are advantages of using WLS JMS instead of using a third-party JMS Provider (Tibco, Sonic, etc.) ? ()
第19题:
A customer has a Stock Watch application that publishes stock recommendations to different customers and programs. The stock recommendation message should be processed by only one of the JMS Servers in the cluster. Which JMS model should be used?()
第20题:
JMS Persistent Store
JMS Server
JMS Distributed Destination
JMS Store and Forward
Automatic Service Migration
第21题:
nothing, there may be a network connection issue
a Foreign JMS Connection Factory
a JMS Bridge to map the JNDI of the Local JMS Destination to the remote AQ destination
a mapping of the Foreign JMS Connection Factory to the Data Source where AQ is configured and installed
Oracle AQ Java EE Shared Libraries not deployed and referenced by your application
第22题:
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
第23题:
JMS Queue
Distributed JMS Queue
Uniform Distributed Topic
Partitioned Distributed Topic