WebLogic Server Configuration Reference

 Previous Next Contents Index View as PDF  

JMSJDBCStore

 


Description

This MBean represents a JMS JDBC-based persistent store.

 


Syntax

<JMSJDBCStore
ConnectionPool="JDBCConnectionPool name"
Name="String"
Notes="String"
PrefixName="String"
/>

 


Parent Elements

 


Attributes

Table 29-1 JMSJDBCStore attributes

Attribute

Description

Range of Values and Default

ConnectionPool

Get the JDBC Connection Pool for this persistent store.

This attribute is not dynamically configurable.

Admin Console field label: Connection Pool

Required: no

Name

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

Admin Console field label: Name

Required: no

Notes

Optional information that you can include to describe this configuration.

Admin Console field label: Notes

Required: no

PrefixName

Get 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

Admin Console field label: Prefix Name

Required: no

 

Back to Top Previous Next