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 StoreB、JMS Server C、JMS Distributed DestinationD、JMS Store and Forward E、Automatic Service Migration
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
相关考题:
用java能实现对weblogic的监控吗? 我已经用JMS实现了对weblogic的serverName,ListenPort,webApp的名称、domain名称。现在想实现对weblogic的执行线程(executeQueue)、集群(cluster)、堆(heap)等,不知道应该怎么实现?
Weblogic的存储转发(store-and-forward)被用来()。A、在群集中给被管服务器可靠的发送配置B、存储日志消息,并发送给管理服务器生产域日志C、在Weblogic服务器实例的应用之间可靠的存储和分发JMS消息D、可靠的存储和转发EJB请求给后端的EJB集群
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 TargetB、SAF Imported DestinationC、SAF ClientD、SAF ServerE、Distributed SAF JMS
在Weblogic 10.X中的config.xml中标识JMS system-resource module的4个属性是()。A、domain,jms-server,connectionfactory,destinationB、name,target,subdeployment,descriptor-file-nameC、config.xml,jms-module,subdeployment,descriptor-file-nameD、name,jms-module,subdeployment,descriptor-file-name
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 transactionsB、 Oracle WebLogic Server requires a JDBC driver to communicate with the Oracle AQ JMSC、 Oracle WebLogic AQ JMS stand-alone client automatically participate in global transactions managed by Oracle WebLogic ServerD、 If you select an XA JDBC driver, you can use WebLogic AQ JMS in both local and global transactions
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.
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 WebLogic team is developing an enterprise application from their desktop WebLogic environment. All development systems are connected to the same eight data sources for testing. As a WebLogic Administrator supporting this team, which two actions should you perform to free the developers from creating and configuring all the data sources on their desktop WebLogic environment?()A、Provide the team with a WebLogic domain template with the testing data sources configured.B、Provide the development team with a preconfigured domain archive file.C、Provide the development team with the [datasource] -jdbc.xml file to overwrite their local copy.D、Create the data sources on behalf each of the developer.E、Provide the development team with WLST scripts to create and configure the testing data sources.
Identify three components of the WebLogic JMS architecture.()A、JMS ServerB、JMS ModuleC、Node ManagerD、Queue ManagerE、Persistent Store
Which technology does WebLogic Server use to look up a WebLogic JMS resource?()A、HTTPB、JNIC、JNDID、T3E、LDAP
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 issueB、a Foreign JMS Connection FactoryC、a JMS Bridge to map the JNDI of the Local JMS Destination to the remote AQ destinationD、a mapping of the Foreign JMS Connection Factory to the Data Source where AQ is configured and installedE、Oracle AQ Java EE Shared Libraries not deployed and referenced by your application
You are configuring a JMS server with a need for load balancing the messages. To achieve the load balance you should ().A、use regular queues and topics B、use distributed queues and topicsC、not use subdeploymentsD、disable server affinityE、use message paging
You have an Exchange Server 2010 organization.You discover that messages sent to the Internet include internal Exchange routing information in the message header.You need to prevent internal routing information from being sent to external recipients. What should you do?()A、Create a new remote domain.B、Modify the permissions of the Send connector.C、Modify the properties of the sender reputation feature.D、Enable domain security on the default Receive connector.
You have an Exchange Server 2010 organization.You discover that many large e-mail messages prevent average-size e-mail messages from being sent to the Internet.You need to delete the large messages from the Hub Transport servers. Which tool should you use?()A、Exchange Control Panel (ECP)B、message trackingC、Queue ViewerD、Windows Explorer
You are developing a Windows Azure application in which a web role and worker role will communicate by using a Windows Azure Queue. You need to recommend an approach for ensuring that the worker role does not attempt to process any message more than three times. What should you recommend?()A、 Appropriately handle poison messages.B、 Decrease the visibility timeout for messages.C、 Reduce the time-to-live interval for messages in the queue.D、 Increase the number of worker role instances reading messages from the queue.
In WebLogic 10.3.6 and WebLogic 12c on ExaLogic, performance of JMS is further improved through ().A、Web Session AffinityB、Concurrent Request ManagerC、CoherenceD、Elastic Message Overflow
多选题You are configuring a JMS server with a need for load balancing the messages. To achieve the load balance you should ().Ause regular queues and topicsBuse distributed queues and topicsCnot use subdeploymentsDdisable server affinityEuse message paging
单选题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?()AJMS Persistent StoreBJMS Server CJMS Distributed DestinationDJMS Store and Forward EAutomatic Service Migration
单选题Which technology does WebLogic Server use to look up a WebLogic JMS resource?()AHTTPBJNICJNDIDT3ELDAP
多选题Which two statements are true about interoperating with Oracle AQ JMS with Oracle WebLogic server ?()AIf you select a non-XA JDBC driver, you can use WebLogic AQ JMS in both local global transactionsBOracle WebLogic Server requires a JDBC driver to communicate with the Oracle AQ JMSCOracle WebLogic AQ JMS stand-alone client automatically participate in global transactions managed by Oracle WebLogic ServerDIf you select an XA JDBC driver, you can use WebLogic AQ JMS in both local and global transactions
单选题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?()AJMS Persistent StoreBJMS Server CJMS Distributed DestinationDJMS Store and Forward EAutomatic Service Migration
单选题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?()ASAF TargetBSAF Imported DestinationCSAF ClientDSAF ServerEDistributed SAF JMS
多选题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?()Anothing, there may be a network connection issueBa Foreign JMS Connection FactoryCa JMS Bridge to map the JNDI of the Local JMS Destination to the remote AQ destinationDa mapping of the Foreign JMS Connection Factory to the Data Source where AQ is configured and installedEOracle AQ Java EE Shared Libraries not deployed and referenced by your application
多选题You want to create a WebLogic domain in a production environment. Which three actions should you perform?()AUse a multinode WebLogic domain.BUse a single-node WebLogic domain.CUse clusters.DRefrain from using clusters.EInstall WeLogic in production mode with CA signed certificates.
多选题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?()AStore Transaction Logs in a database and use Database stores for JMS to make replication between sites easier.BUse file based Transaction Logs and JMS stores and implement a separate replication solution for files in addition to database in case database replication fails.CImplement Oracle RAC at each site to provide a highly available solution within each datacenter.DConfigure Whole Server Migration to migrate WebLogic Managed Servers from the primary to the secondary site.EConfigure Automatic Service Migration for JMS high availability within a datacenter.
多选题Identify three components of the WebLogic JMS architecture.()AJMS ServerBJMS ModuleCNode ManagerDQueue ManagerEPersistent Store