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-accessible database that is used for persistent messaging.
Tasks
Creating a JMS JDBC Store
Related Topics
WebLogic JMS Fundamentals in Programming WebLogic JMS
JDBC Database Utilityin Programming WebLogic JMS
Attributes
Attribute Label
|
Description
|
Value Constraints
|
Name
|
The name of this JMS JDBC store configuration. WebLogic Server uses an MBean to implement and persist the configuration.MBean: weblogic.management.
configuration.
JMSJDBCStoreMBeanAttribute: Name
|
|
Connection Pool
|
The JDBC Connection Pool used to accesss this JMS JDBC store. This attribute is not dynamically configurable.MBean: weblogic.management.
configuration.
JMSJDBCStoreMBeanAttribute: 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.
JMSJDBCStoreMBeanAttribute: PrefixName
|
Default: null
|