更多“WebLogic内置的JMS消息服务器不支持以下()功能。”相关问题
  • 第1题:

    在Weblogic集群中被管理服务器的作用()。

    • A、提供应用运行支撑环境
    • B、系统管理
    • C、JDBC连接
    • D、JMS管理

    正确答案:A

  • 第2题:

    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

  • 第3题:

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

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

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

  • 第4题:

    Weblogic管理服务器不能提供()服务。

    • A、Web服务
    • B、JMS服务
    • C、Socket服务
    • D、补丁服务

    正确答案:D

  • 第5题:

    Cx接口UAA消息中对于Server-Capabilities值不支持服务器能力和服务器名称同时出现。


    正确答案:错误

  • 第6题:

    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

  • 第7题:

    Which technology does WebLogic Server use to look up a WebLogic JMS resource?()

    • A、HTTP
    • B、JNI
    • C、JNDI
    • D、T3
    • E、LDAP

    正确答案:C

  • 第8题:

    以下集成开发工具没有提供的功能()

    • A、可以查看javadoc
    • B、全量sql生成
    • C、查看模块依赖
    • D、内置了weblogic服务器

    正确答案:D

  • 第9题:

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


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

  • 第10题:

    单选题
    Which technology does WebLogic Server use to look up a WebLogic JMS resource?()
    A

    HTTP

    B

    JNI

    C

    JNDI

    D

    T3

    E

    LDAP


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

  • 第11题:

    多选题
    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
    解析: 暂无解析

  • 第12题:

    单选题
    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
    解析: 暂无解析

  • 第13题:

    可以使用管理服务器管理和监控Weblogic域中的()内容。

    • A、服务器和集群
    • B、JMS和JDBC资源
    • C、WTC和Adapter
    • D、以上全部

    正确答案:D

  • 第14题:

    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

  • 第15题:

    在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

  • 第16题:

    运行在WebLogic跨网段的集群上的Web应用可用()分发器进行分发。

    • A、内置的proxyservlet
    • B、HTTP服务器插件
    • C、F5big-ip
    • D、以上全部

    正确答案:C

  • 第17题:

    关于JMS消息元素有哪些组成()

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

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

  • 第18题:

    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

  • 第19题:

    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

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


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

  • 第21题:

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


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

  • 第22题:

    单选题
    以下集成开发工具没有提供的功能()
    A

    可以查看javadoc

    B

    全量sql生成

    C

    查看模块依赖

    D

    内置了weblogic服务器


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

  • 第23题:

    多选题
    In WebLogic 10.3.6 and WebLogic 12c on ExaLogic, performance of JMS is further improved through ().
    A

    Web Session Affinity

    B

    Concurrent Request Manager

    C

    Coherence

    D

    Elastic Message Overflow


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