bea.com | products | dev2dev | support | askBEA
 Download Docs   Site Map   Glossary 
Search

Administration Console Online Help

 Previous Next Contents Index  

 


JMS JDBC Store --> Configuration

Tasks     Related Topics     Attributes

Overview

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

Tasks

Creating a JMS JDBC Store

Related Topics

"WebLogic JMS Fundamentals" in Programming WebLogic JMS

"JDBC Database Utility"in Programming WebLogic JMS

Attributes

Table 13-19

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


Connection Pool

The JDBC Connection Pool used to accesss this JMS JDBC store.

This attribute is not dynamically configurable.

MBean: weblogic.management.
configuration.
JMSJDBCStoreMBean

Attribute: ConnectionPool


Prefix Name

The prefix name that is prepended to the JMS tables in this JMS JDBC store. Specfiying a format of [schema.[catalog.]]prefix results in a valid database table name when it is prepended to the JMS table name.

Prepend a prefix to the JMS table names when:

  • The RDBMS requires fully-qualified names. (You should verify this with your database administrator.)

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

MBean: weblogic.management.
configuration.
JMSJDBCStoreMBean

Attribute: PrefixName

Default: null

 

Back to Top Previous Next