bea.com | products | dev2dev | support | askBEA
 Download Docs   Site Map   Glossary 
Search

Administration Console Online Help

 Previous Next Contents Index  

 


JMS Queue --> Configuration --> General

Tasks     Related Topics     Attributes

Overview

This tab defines general configuration attributes for a JMS queue. After defining a JMS server, you can configure its queues. You can configure one or more queues for each JMS server.

Note: You configure queues explicitly or by configuring a JMS template that can be used to define multiple queues with similar attribute settings, as described in JMS Template Tasks.

Tasks

Creating a JMS Queue

Related Topics

"WebLogic JMS Fundamentals" in Programming WebLogic JMS

"Managing WebLogic JMS" in Programming WebLogic JMS

"Developing a WebLogic JMS Application"in Programming WebLogic JMS

Attributes

Table 13-21

Attribute Label

Description

Value Constraints

Name

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

MBean: weblogic.management.
configuration.
JMSQueueMBean

Attribute: Name


JNDIName

The JNDI name used to look up the destination within the JNDI namespace. If not specified, the destination name is not advertised through the JNDI namespace and cannot be looked up and used.

This attribute is not dynamically configurable.

MBean: weblogic.management.
configuration.
JMSQueueMBean

Attribute: JNDIName


Enable Store

Specifies whether the destination supports persistent messaging by using the JMS store specified by the JMS server.

  • default - The destination uses the JMS store defined for the JMS server--if one is defined--and supports persistent messaging. However, if a JMS store is not defined for the JMS server, then persistent messages are automatically downgraded to non-persistent.

  • false - The destination does not support persistent messaging.

  • true - The destination does support persistent messaging. However, if a JMS store is not defined for the JMS server, then the configuration will fail and the JMS server will not boot.

This attribute is not dynamically configurable.

MBean: weblogic.management.
configuration.
JMSQueueMBean

Attribute: StoreEnabled

Default: default

Valid values:

  • default

  • false

  • true

Template

The JMS template from which the destination is derived.

If a JMS template is specified, destination attributes that are set to their default values will inherit their values from the JMS template at run time. However, if this attribute is not defined, then the attributes for the destination must be specified as part of the destination.

The Template attribute setting per destination is static. The JMS template's attributes, however, can be modified dynamically.

MBean: weblogic.management.
configuration.
JMSQueueMBean

Attribute: Template


 

Back to Top Previous Next