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
第1题:
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?()
第2题:
Which two statements are true about Oracle Weblogic Clustering ? ()
第3题:
Which two statements are TRUE regarding Coherence Indexes ? ()
第4题:
What two statements are true about Oracle Enterprise Manager’s Java Diagnostic tool, which makes the tool suitable for production server diagnostics ?()
第5题:
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?()
第6题:
You work as an application developer at Contoso.com. You use Microsoft .NET Framework 3.5 and Microsoft ADO.NET to develop an application. The database on the Microsoft SQL Server 2005 database has two tables that are displayed by using two SqlConnection objects in two different GridView controls. You want the tables to be displayed at the same time with the use a single SqlConnection object. What should you do?()
第7题:
Create a single Web site that contains both Web applications.
Create two Web sites, one for each Web application.
Assign both Web applications to the same application pool.
Assign each Web application to its own application pool.
第8题:
virtually zero overhead for application running in the JVM
no stalling of running JVM when taking a heap dump for memory analysis
no need of modification, changes, or instrumentation of the application since is uses Network Protocol Analysis (NPA technology)
provides Byte Code Instrumentation for Java
第9题:
indexes are maintained by cache entry ownes
an application should not suggest an index that another aplication had suggested
indexes cannot be sorted
each application using Coherence may suggest the same set of indexes when it starts
第10题:
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
第11题:
Handle server names and URLs as ASCII data
Use Unicode strings throughout the application
Use the NumberFormatInfo class for numeric formatting
Handle strings as a series of individual characters instead of entire strings
Avoid usage of the SortKey class and the CompareInfo class for sorting purposes
第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题:
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?()
第14题:
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?()
第15题:
Which two are advantages of using WLS JMS instead of using a third-party JMS Provider (Tibco, Sonic, etc.) ? ()
第16题:
WebLogic 12c, the Maven plug-in has been enhanced with which Maven goal?()
第17题:
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?()
第18题:
Disabling connections from named pipes or socket files (depending on the operating system of the server)
Enabling and using SSL for connections to the Mysql database
Installing Mysql on the application server, and running the database and application on the same server
Starting the server with – bind- address=0.0.0.0 specified
Running the server with – skip-networking specified
Limiting logins to originate from the application server or the server's subnet'
第19题:
JMS Persistent Store
JMS Server
JMS Distributed Destination
JMS Store and Forward
Automatic Service Migration
第20题:
wls:unzip, wls:install-domain, wls:start-domain, wls:wlst, wls:appc
wls:install, wls:install-domain, wls:start-domain, wls:wlst, wls:appc
wls:unzip, wls:create-domain, wls:start-domain, wls:wlst, wls:appc
wls:install, wls:create-domain, wls:start-server, wls:wlst, wls:appc
第21题:
SAF Target
SAF Imported Destination
SAF Client
SAF Server
Distributed SAF JMS
第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
第24题:
Include a listener directive in a JSP page
configure a listener in the TLD file using the
Include a
configure a listener in the application deployment descriptor, using the
Include a class implementing ServletContextListener as part of the web application deploymen