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

WebLogic Server Configuration Reference

 Previous Next Contents Index View as PDF  

JMSDistributedQueue

Description

This class represents a JMS distributed queue.

Syntax

<!ELEMENT JMSDistributedQueue ( JMSDistributedQueueMember* | JMSTemplate? )* >
<!ATTLIST JMSDistributedQueue
   DeploymentOrder            CDATA                    "1000"
   ForwardDelay               CDATA                    "-1"
   JNDIName                   CDATA                    #IMPLIED
   LoadBalancingPolicy        (Round-Robin | RANDOM)   "Round-Robin"
   Name                       CDATA                    #REQUIRED
   Notes                      CDATA                    #IMPLIED
   Targets                    CDATA                    #IMPLIED
>

Parent Elements

The JMSDistributedQueue element is a child of the Domain element.

Attributes

Table 31-1 JMSDistributedQueueMBean Element Attributes

Attribute

Description

Range of Values and Default

Console Label

Deployment-Order

A priority that the server uses to determine when it deploys an item. The priority is relative to other deployable items of the same type. For example, the server prioritizes and deploys all startup classes before it prioritizes and deploys EJBs.

Items with the lowest Deployment Order value are deployed first. There is no guarantee on the order of deployments with equal Deployment Order values. There is no guarantee of ordering across clusters.

Default: 1000

Minimum: 0

Maximum: 2147483647

Deployment Order

Forward-Delay

The message forwarding delay for this distributed queue.

Defines the amount of time, in seconds, that a distributed queue member with messages, but which has no consumers, will wait before forwarding its messages to other queue members that do have consumers.

A value of -1 indicates that no messages are forwarded to other queue members.

Default: -1

Forward Delay (seconds)

JNDIName

The JNDI name of the distributed destination.

This value is the name used to look up the distributed destination within the JNDI namespace. Applications can use the JNDI Name to look up the distributed destination. If not specified, then the destination is not bound into the JNDI namespace.


JNDI Name

Load-Balancing-Policy

The load balancing policy for producers sending to this distributed destination.

Defines whether producers will use the Round-Robin or Random distribution policy to balance the message load across the members of a distributed destination.

Default: Round-Robin

Valid values:

  • Round-Robin

  • weblogic.management.configuration.JMSConstants.RANDOM

Load Balancing Policy

Name

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


Name

Notes

Optional information that you can include to describe this configuration.


Notes

Targets

The targets in the current domain on which this item can be deployed.


Targets


 

 

Back to Top Previous Next