Skip navigation.

WebLogic Server Configuration Reference

  Previous Next vertical dots separating previous/next from contents/index/pdf Contents Index View as PDF   Get Adobe Reader

JMSJDBCStore

 


Description

This class represents a JMS JDBC store for storing persistent messages and durable subscribers in a JDBC-accessible database.

 


Syntax

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

 


Parent Elements

 


Attributes

Table 34-1 JMSJDBCStore attributes

Attribute

Description

Range of Values and Default

ConnectionPool

The JDBC Connection Pool used to accesss this JMS JDBC 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

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.

Admin Console field label: Prefix Name

Required: no

 

Skip navigation bar  Back to Top Previous Next