Which statement is correct regarding JMS Template configuration? (Choose the best answer.)
You are asked to configure Node Manager for your production environment. You are considering whether to use the Java version or the script-based version of Node Manager.
Which statement correctly describes the difference between the two versions?
You are tasked with doing a rolling upgrade of a production domain that will minimize user interruptions.
What are two characteristics of a rolling upgrade? (Choose two.)
Your application has an auditing requirement that says that all audit events that have a severity of FAILURE must be logged and a notification must be sent to the application’s monitoring tier. The monitoring tier is implemented as a stateless session bean that provides an entry point called auditlog. The development team has provided you with the code that calls the monitoring tier.
How can you meet this requirement using WebLogic Server auditing? (Choose the best answer.)
You need to make sure that a JMS Message never expires.
What value should you set for the JMSExpiration header? (Choose the best answer.)
Your development team is considering several different types of new applications. You have been asked to advise them concerning which types can be deployed in WebLogic Server leveraging the Production Redeployment feature.
Which application deployment type is NOT supported for Production Redeployment? (Choose the best answer.)
My JMS file store size has grown very large and is using up a significant chunk of the disk. I need to reduce the file size during the maintenance window without impacting any relevant information.
Which utility enables me to do this? (Choose the best answer.)
Your clients are connected to distributed destinations to consume messages sent to various JMS topics.
Recently, JMS connections got interrupted due to a network failure and your clients dropped their connections as well.
How would you ensure seamless failover for your clients when a distributed destination fails? (Choose the best answer.)
Your WebLogic domain is experiencing a problem. You want to use the WebLogic Diagnostic Framework (WLDF) to diagnose the problem. You have a support case open with Oracle Support, and they have requested a diagnostic image of your server that is experiencing the problem.
The problem is not predictable or reproducible on-demand, but you noticed that the number of requests waiting to execute increases dramatically when the problem does occur. The problem also seems to occur at any time of the day or night.
How would you approach reliably capturing a diagnostic image that contains data that is relevant to the problem that is occurring?
I am sending a set of ten JMS messages. I want all of these messages to be sent successfully or none at all.
Which JMS Session feature is most suitable for implementing such a scenario? (Choose the best answer.)