Administration Console Online Help

 Previous Next Contents Index  

 


JMS JDBC Store --> Configuration

Tasks     Additional Documentation     Attributes

Overview

This tab defines general configuration attributes for a JMS JDBC store. A JMS JDBC store consists of a database that is used for persistent messaging.

Tasks

Create a JMS JDBC Store

Clone a JMS JDBC Store

Delete a JMS JDBC Store

Additional Documentation

(Requires an Internet connection.)

"Managing JMS"in the Administration Guide

"WebLogic JMS Fundamentals" in Programming WebLogic JMS

"JDBC Database Utility"in Programming WebLogic JMS

Attributes

Attribute Label

Description

Value Constraints

Name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

MBean: weblogic.management.
configuration.
JMSJDBCStoreMBean

Attribute: Name

Configurable: yes

Readable: yes

Writable: yes

Connection Pool

The JDBC Connection Pool for this persistent store.

This attribute is not dynamically configurable.

MBean: weblogic.management.
configuration.
JMSJDBCStoreMBean

Attribute: ConnectionPool

Configurable: yes

Readable: yes

Writable: yes

Prefix Name

The prefix name of the JMS tables in this JDBC persistent store.

This prefix is prepended to table names when:

  • The database management system requires fully qualified names.

  • You must differentiate between JMS tables for two WebLogic Servers, thereby enabling multiple tables to be stored on a single DBMS.

The prefix should be specified using the following format and will result in a valid table name when prepended to the JMS table name:

[schema.[catalog.]]prefix

MBean: weblogic.management.
configuration.
JMSJDBCStoreMBean

Attribute: PrefixName

Default: null

Configurable: yes

Readable: yes

Writable: yes



 

Back to Top Previous Next