网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
单选题
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
参考答案
参考解析
解析:
暂无解析
更多 “单选题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” 相关考题
考题
现代营销管理追求的妮是指()。A customer's wants and needs
现代营销管理追求的妮是指()。A customers wants and needsB costto satisfy wants and needsC Conenience to budD connection
考题
用java能实现对weblogic的监控吗?
我已经用JMS实现了对weblogic的serverName,ListenPort,webApp的名称、domain名称。现在想实现对weblogic的执行线程(executeQueue)、集群(cluster)、堆(heap)等,不知道应该怎么实现?
考题
A customer wants to improve the availability of a web application and provide more predictable scalability when scaling out the application. Which Feature of WebLogic should you recommend to help solve this problem?()A、Oracle Web GridB、ActiveCacheC、Coherence Grid EditionD、WebLogic Session ReplicationE、Coherence Web Edition
考题
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
考题
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
考题
在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
考题
A customer wants to have employees work from remote locations as well as in the office. All communications must be secure and files must be protected from access by unauthorized people. The employee’s applications (database inserts and reads) are only accessed with a web browser. Which of the following capabilities is necessary?()A、SSLB、PGPC、File encryption programD、Public key encryption
考题
A Sales Specialist receives an email from a customer, requesting information on IBM’s best Server Consolidation solution. How should the Sales Specialist proceed? ()A、Send the customer information on VMwareB、Send the customer information on IBM BladeCenter C、Call the customer to ask why they are consolidatingD、Send the customer information on IBM System P
考题
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.
考题
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
考题
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 QueueB、Distributed JMS QueueC、Uniform Distributed TopicD、Partitioned Distributed Topic
考题
.In an Exchange Server 2010 Organization, exists an Edge Transport Server named Edge 1.All e-mail messages to the internet are sent from Edge 1.You need to prevent all members of a group named Group 1 from sending e-mail messages to internet.Your solution must provide a custom NDR message to the users when they send an e-mail message to internet. What should you create?()A、Mail tip and a Transport ruleB、Mail tip and a remote and a send connectorC、A custom delivery status notification message and a transport ruleD、A custom delivery status notification message and a send connector
考题
You have an Exchange Server 2010 organization named contoso.com.All users configure internal and external Out Of Office messages.You need to ensure that internal Out Of Office messages are sent to senders from the fabrikam.com domain. What should you create and configure?()A、a new accepted domainB、a new Receive connectorC、a new remote domainD、a new Send connector
考题
单选题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
考题
多选题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?()AUpdate the client application that is creating the JMS messages to use Unit of Work.BConfigure a WebLogic Cluster for Distributed JMS.CUpdate the client application that is creating the JMS messages to use Unit of Order.DEnable XA Transactions on the JMS Connection Factory used by the client application.EEnable Load Balancing on the JMS connection factory used by the client application.
考题
多选题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
考题
单选题Which technology does WebLogic Server use to look up a WebLogic JMS resource?()A
HTTPB
JNIC
JNDID
T3E
LDAP
考题
单选题A customer wants to improve the availability of a web application and provide more predictable scalability when scaling out the application. Which Feature of WebLogic should you recommend to help solve this problem?()A
Oracle Web GridB
ActiveCacheC
Coherence Grid EditionD
WebLogic Session ReplicationE
Coherence Web Edition
考题
多选题Identify three components of the WebLogic JMS architecture.()AJMS ServerBJMS ModuleCNode ManagerDQueue ManagerEPersistent Store
考题
多选题In WebLogic 10.3.6 and WebLogic 12c on ExaLogic, performance of JMS is further improved through ().AWeb Session AffinityBConcurrent Request ManagerCCoherenceDElastic Message Overflow
考题
多选题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
考题
多选题A customer needs to analyze an application that was developed for Oracle Application Server 10gR2 or 10gR3 (OC4J) in order to prepare to upgrade the infrastructure to WebLogic 12c. The customer wants understand the changes required to be made to the application and how to configure WebLogic in to support the newly upgraded application. Which three actions would you recommend for upgrading the customer's application and server configuration?()AUse Oracle Upgrade Manager to create a new WebLogic domain template from an OAS/OC4J installation and redeploy the application.BUse SmartUpgrade to analyze the OAS/OC4J server configuration and create WebLogic configuration files.CUse SmartUpgrade to analyze the application archive (EAR/WAR/JAR) Source Directory or IDeveloper project and generate a report that describes the areas of the application that need to be updated.DUse the Configuration Wizard to extend an existing WebLogic domain with OAS/OC4J support libraries and redeploy the application.EUse SmartUpgrade to generate application artifacts and deployment descriptors that can be deployed to WebLogic.
考题
多选题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.
热门标签
最新试卷