WebLogic Server Configuration Reference

 Previous Next Contents Index View as PDF  

JMSDistributedQueue

 


Description

This class represents a JMS distributed queue.

 


Syntax

<JMSDistributedQueue
DeploymentOrder="number"
ForwardDelay="number"
JNDIName="String"
LoadBalancingPolicy=( "Round-Robin" | "Random" )
Name="String"
Notes="String"
Targets="list of Target names"
/>

 


Parent Elements

 


Child Elements

 


Attributes

Table 26-1 JMSDistributedQueue attributes

Attribute

Description

Range of Values and Default

DeploymentOrder

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 EJBs before it prioritizes and deploys startup classes.

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.

Required: no

Default: 1000

Minimum: 0

Maximum: 231-1

ForwardDelay

Return 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.

Admin Console field label: Forward Delay (seconds)

Required: no

Default: -1

JNDIName

Set 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.

Admin Console field label: JNDI Name

Required: no

LoadBalancingPolicy

Return 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.

Admin Console field label: Load Balancing Policy

Required: no

Default: Round-Robin

Name

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

Admin Console field label: Name

Required: no

Notes

Optional information that you can include to describe this configuration.

Admin Console field label: Notes

Required: no

Targets

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

Required: no

 

Back to Top Previous Next