Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Configure JDBC store general properties


A JDBC store is a JDBC-accessible database for storing subsystem data, such as persistent JMS messages and durable subscriber information.

  1. If you have not already done so, in the Change Center of the Administration Console, click Lock & Edit (see Use the Change Center).
  2. In the left panel of the console, expand Services and select Persistent Stores.
  3. On the Summary of Persistent Stores page, select the JDBC store you want to configure.

    Note: Once you create a JDBC store, you cannot rename it. Instead, you must delete it and create another one that uses the new name.

  4. On the Configuration > General page, update the following:
    1. Data Source -- Select a configured JDBC data source or multi-data source used to access the JDBC store.

      Note: A JDBC store must use a JDBC data source that uses a non-XA JDBC driver and has Supports Global Transactions disabled. This limitation does not remove the XA capabilities of layered subsystems that use JDBC stores. For example, WebLogic JMS is fully XA-capable regardless of whether it uses a file store or any JDBC store.

      Note: Be sure to select a data source that is accessible to all candidate servers.

    2. Prefix Name -- Specify a prefix name to prepend to the table name in this JDBC store for use with multiple instances.
  5. Optionally, select Advanced, update any advanced JDBC store properties

    For more information about these fields, refer to Configuration Options.

  6. Click Save.
  7. To activate these changes, in the Change Center of the Administration Console, click Activate Changes.
    Not all changes take effect immediately—some require a restart (see Use the Change Center).

After you finish

If you modify an existing store, you must restart the Administration Server.


Back to Top