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


Type="String



/>

 


Parent Elements

 


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 PoolRequired: no
Name The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration. Admin Console field label: NameRequired: no
Notes Optional information that you can include to describe this configuration. Admin Console field label: NotesRequired: 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 NameRequired: no
Type Returns the type of the MBean. Required: no

Skip navigation bar  Back to Top Previous Next