更多“关于JMS消息元素有哪些组成()A、JMS生产者B、JMS消费者C、JMS队列D、JMS主题”相关问题
  • 第1题:

    基于JavaEE平台的基础功能服务构建应用系统时,( )可用来集成遗产系统。

    A.JDBC、JCA和 Java IDLB.JDBC、JCA和 JMSC.JDBC、JMS和 Java IDLD.JCA、JMS和 Java IDL


    正确答案:D

  • 第2题:

    “大集中”系统目前使用的数据库存储类型有()。

    • A、OLTP在线交易类
    • B、ODS运作数据类
    • C、JMS消息队列
    • D、DW数据仓库

    正确答案:A,B,D

  • 第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?()

    • A、JMS Persistent Store
    • B、JMS Server  
    • C、JMS Distributed Destination
    • D、JMS Store and Forward  
    • E、Automatic Service Migration

    正确答案:A

  • 第4题:

    在Weblogic 10.X中的config.xml中标识JMS system-resource module的4个属性是()。

    • A、domain,jms-server,connectionfactory,destination
    • B、name,target,subdeployment,descriptor-file-name
    • C、config.xml,jms-module,subdeployment,descriptor-file-name
    • D、name,jms-module,subdeployment,descriptor-file-name

    正确答案:B

  • 第5题:

    Which two statements are true about interoperating with Oracle AQ JMS with Oracle WebLogic server ?()

    • A、 If you select a non-XA JDBC driver, you can use WebLogic AQ JMS in both local & global transactions
    • B、 Oracle WebLogic Server requires a JDBC driver to communicate with the Oracle AQ JMS
    • C、 Oracle WebLogic AQ JMS stand-alone client automatically participate in global transactions managed by Oracle WebLogic Server
    • D、 If you select an XA JDBC driver, you can use WebLogic AQ JMS in both local and global transactions

    正确答案:B,D

  • 第6题:

    Identify three components of the WebLogic JMS architecture.()

    • A、JMS Server
    • B、JMS Module
    • C、Node Manager
    • D、Queue Manager
    • E、Persistent Store

    正确答案:A,B,E

  • 第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?()

    • A、nothing, there may be a network connection issue
    • B、a Foreign JMS Connection Factory
    • C、a JMS Bridge to map the JNDI of the Local JMS Destination to the remote AQ destination
    • D、a mapping of the Foreign JMS Connection Factory to the Data Source where AQ is configured and installed
    • E、Oracle AQ Java EE Shared Libraries not deployed and referenced by your application

    正确答案:C,E

  • 第8题:

    多选题
    Which two statements are true about interoperating with Oracle AQ JMS with Oracle WebLogic server ?()
    A

    If you select a non-XA JDBC driver, you can use WebLogic AQ JMS in both local & global transactions

    B

    Oracle WebLogic Server requires a JDBC driver to communicate with the Oracle AQ JMS

    C

    Oracle WebLogic AQ JMS stand-alone client automatically participate in global transactions managed by Oracle WebLogic Server

    D

    If you select an XA JDBC driver, you can use WebLogic AQ JMS in both local and global transactions


    正确答案: D,B
    解析: 暂无解析

  • 第9题:

    单选题
    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?()
    A

    SAF Target

    B

    SAF Imported Destination

    C

    SAF Client

    D

    SAF Server

    E

    Distributed SAF JMS


    正确答案: E
    解析: 暂无解析

  • 第10题:

    多选题
    关于JMS消息元素有哪些组成()
    A

    JMS生产者

    B

    JMS消费者

    C

    JMS队列

    D

    JMS主题


    正确答案: B,D
    解析: 暂无解析

  • 第11题:

    多选题
    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?()
    A

    Store Transaction Logs in a database and use Database stores for JMS to make replication  between sites easier.

    B

    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.

    C

    Implement Oracle RAC at each site to provide a highly available solution within each datacenter.

    D

    Configure Whole Server Migration to migrate WebLogic Managed Servers from the primary to the secondary site.

    E

    Configure Automatic Service Migration for JMS high availability within a datacenter.


    正确答案: C,A
    解析: 暂无解析

  • 第12题:

    多选题
    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.


    正确答案: A,C
    解析: 暂无解析

  • 第13题:

    基于JavaEE平台的基础功能服务构建应用系统时,( )可用来集成遗产系统。


    A. JDBC、JCA和 JavaIDL
    B. JDBC、 JCA和 JMS
    C. JDBC、JMS和 Java IDL
    D. JCA、 JMS和 JavaIDL


    答案:D
    解析:
    遗产系统可以由JCA、 JMS和 JavaIDL构成。JDBC(Java Data Base Connectivity,java数据库连接)是一种用于执行SQL语句的Java API,可以为多种关系数据库提供统一访问,它由一组用Java语言编写的类和接口组成。JDBC提供了一种基准,据此可以构建更高级的工具和接口,使数据库开发人员能够编写数据库应用程序。JCA 标准化连接子是由 J2EE 1.3 首先提出的,它位于 J2EE 应用服务器和企业信息系统(EIS)之间,比如数据库管理、企业资源规划(ERP)、企业资产管理(EAM)和客户关系管理(CRM)系统。不是用 Java 开发的企业 应用或者在J2EE框架内的应用都可以通过JCA 连接。JCA 是在javax.resource 包和它的子包(cci, spi 和 spi.security)中定义的。(JCA 的缩写形式也用于 Java cryptography API 的缩写。)JMS 是 Java 对消息系统的访问机制,但它本身并不实现消息。JMS 支持点对点分发的消息队列,也支持多个目标订阅的消息主题。当消息发布给一个主题的适合,消息就会发送给所有那个主题的订阅者。 JMS 支持各种消息类型(二进制、流、名-值表、序列化的对象和文本)。通过声明与 SQL 的WHERE 相近的句段,可以建立消息的过滤器。Java IDL即idltojava编译器就是一个ORB,可用来在Java语言中定义、实现和访问CORBA对象。Java IDL支持的是一个瞬间的CORBA对象,即在对象服务器处理过程中有效。实际上,Java IDL的ORB是一个类库而已,并不是一个完整的平台软件,但它对Java IDL应用系统和其他CORBA应用系统之间提供了很好的底层通信支持,实现了OMG定义的ORB基本功能。

  • 第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?()

    • A、SAF Target
    • B、SAF Imported Destination
    • C、SAF Client
    • D、SAF Server
    • E、Distributed SAF JMS

    正确答案:C

  • 第15题:

    OSB服务总线基于JMS规范,主要由以下哪些元素组成()

    • A、JMS生产者
    • B、JMS消费者
    • C、JMS消息
    • D、JMS队列
    • E、JMS主题

    正确答案:A,B,C,D,E

  • 第16题:

    根据数据交换典型设计,数据交换方式支持()等多种交换方式。

    • A、JMS、WebServices、Mail
    • B、XML、WebServices、Mail
    • C、JMS、WebServices、XML
    • D、JMS、XML、Mail

    正确答案:A

  • 第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?()

    • 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. 

    正确答案:B,C

  • 第18题:

    Which two are advantages of using WLS JMS instead of using a third-party JMS Provider (Tibco, Sonic, etc.) ? ()

    • A、 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)
    • B、 WLS JMS ai always faster than 3rd party JMS providers
    • C、 Unified operations and management tools across Application Server and JMS Provider will help with mangeability and diagnostics
    • D、 WLS JMS more compliant with JMS spec than 3rd party vendors

    正确答案:A,C

  • 第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?()

    • A、JMS Queue
    • B、Distributed JMS Queue
    • C、Uniform Distributed Topic
    • D、Partitioned Distributed Topic

    正确答案:A

  • 第20题:

    单选题
    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?()
    A

    JMS Persistent Store

    B

    JMS Server  

    C

    JMS Distributed Destination

    D

    JMS Store and Forward  

    E

    Automatic Service Migration


    正确答案: C
    解析: 暂无解析

  • 第21题:

    多选题
    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?()
    A

    nothing, there may be a network connection issue

    B

    a Foreign JMS Connection Factory

    C

    a JMS Bridge to map the JNDI of the Local JMS Destination to the remote AQ destination

    D

    a mapping of the Foreign JMS Connection Factory to the Data Source where AQ is configured and installed

    E

    Oracle AQ Java EE Shared Libraries not deployed and referenced by your application


    正确答案: C,E
    解析: 暂无解析

  • 第22题:

    多选题
    Which two are advantages of using WLS JMS instead of using a third-party JMS Provider (Tibco, Sonic, etc.) ? ()
    A

    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)

    B

    WLS JMS ai always faster than 3rd party JMS providers

    C

    Unified operations and management tools across Application Server and JMS Provider will help with mangeability and diagnostics

    D

    WLS JMS more compliant with JMS spec than 3rd party vendors


    正确答案: A,C
    解析: 暂无解析

  • 第23题:

    单选题
    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?()
    A

    JMS Queue

    B

    Distributed JMS Queue

    C

    Uniform Distributed Topic

    D

    Partitioned Distributed Topic


    正确答案: A
    解析: 暂无解析