Which four tasks are required to use database persistence for JMS messages?
A.
Assign a data source to a JDBC store.
B.
Configure a data source’s delivery mode.
C.
Assign a JDBC store to a JMS server.
D.
Create a JDBC data source.
E.
Disable a server’s file store.
F.
Create a JDBC store.
Explanation:
The main steps for creating a JDBC store are as follows:
* For JMS servers, select the JDBC store (C) on the General Configuration page.
* For Store-and-Forward agents, select the JDBC store on the General Configuration page.
Note: The WebLogic Persistent Store provides a built-in, high-performance storage solution for all
subsystems and services that require persistence. For example, it can store persistent JMS
messages or temporarily store messages sent using the Store-and-Forward feature. Each
WebLogic Server instance in a domain has a default persistent store that requires no configuration
and which can be simultaneously used by subsystems that prefer to use the system’s default
storage. However, you can also configure a dedicated file-based store or JDBC databaseaccessible store to suit your JMS implementation.
Reference: Documentation Home > BEA WebLogic Server 9.2 Documentation > Configuring
WebLogic Server Environments > Using the WebLogic Persistent Store, Main Steps for
Configuring a JDBC Store
A.C.D.F