Skip navigation.

Administration Console Online Help

  Previous Next vertical dots separating previous/next from contents/index/pdf Contents Index

 


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 Utility" in Programming WebLogic JMS

Attributes

Table 24-1

Attribute Label

Description

Value Constraints

Name

An alphanumeric name for this JMS JDBC store configuration. This field will not accept spaces.

Each JMS JDBC store configuration in your WebLogic environment must have a unique name, regardless of the domain or cluster in which it resides.

WebLogic Server uses an MBean to implement and persist the configuration.

MBean: weblogic.management.
configuration.
JMSJDBCStoreMBean

Attribute: Name


Connection Pool

The JDBC Connection Pool used to accesss this JMS JDBC store.

This attribute is not dynamically configurable.

MBean: weblogic.management.
configuration.
JMSJDBCStoreMBean

Attribute: 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.
JMSJDBCStoreMBean

Attribute: PrefixName

Default: null

 

Skip navigation bar  Back to Top Previous Next