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

WebLogic Server Configuration Reference

 Previous Next Contents Index View as PDF  

JMSDistributedQueueMember

Description

This MBean represents a JMS distributed queue member. This should be a queue.

Syntax

<!ELEMENT JMSDistributedQueueMember EMPTY >
<!ATTLIST JMSDistributedQueueMember
   JMSQueue                   CDATA                    #REQUIRED
   Name                       CDATA                    #REQUIRED
   Notes                      CDATA                    #IMPLIED
   Weight                     CDATA                    "1"
>

Parent Elements

The JMSDistributedQueueMember element is a child of the JMSDistributedQueue element.

Attributes

Table 32-1 JMSDistributedQueueMemberMBean Element Attributes

Attribute

Description

Range of Values and Default

Console Label

JMSQueue

The JMS Queue associated with this distributed queue member.

Defines the underlying physical queue that is associated with this distributed queue member.


JMSQueue

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

Weight

The weight for this distributed queue member.

Defines the weight of the member destination (a measure of its ability to handle message load), with respect to other member destinations in the same distributed destination.

Default: 1

Weight


 

 

Back to Top Previous Next