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

WebLogic Server Configuration Reference

 Previous Next Contents Index View as PDF  

JMSJDBCStore

Description

This MBean represents a JMS JDBC-based persistent store.

Syntax

<!ELEMENT JMSJDBCStore EMPTY >
<!ATTLIST JMSJDBCStore
   ConnectionPool             CDATA                    #IMPLIED
   Name                       CDATA                    #REQUIRED
   Notes                      CDATA                    #IMPLIED
   PrefixName                 CDATA                    #IMPLIED
>

Parent Elements

The JMSJDBCStore element is a child of the Domain element.

Attributes

Table 36-1 JMSJDBCStoreMBean Element Attributes

Attribute

Description

Range of Values and Default

Console Label

Connection-Pool

The JDBC Connection Pool for this persistent store.

This attribute is not dynamically configurable.


Connection Pool

Name

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


Name

Notes

Optional information that you can include to describe this configuration.


Notes

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

Default: null

Prefix Name


 

 

Back to Top Previous Next