Administration Console Online Help

 Previous Next Contents Index  

 


JMS Distributed Queue --> Configuration --> General

Tasks     Additional Documentation     Attributes

Overview

This tab defines general configuration attributes for a set of JMS distributed queues.

Tasks

Create a JMS Distributed Queue

Delete a JMS Distributed Queue

Additional Documentation

(Requires an Internet connection.)

"Developing a WebLogic JMS Application"in Programming WebLogic JMS

"Managing JMS" in the Administration Guide

Attributes

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

Attribute: Name

Configurable: yes

Readable: yes

Writable: yes

JNDI Name

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.

MBean: weblogic.management.
configuration.
JMSDistributedQueueMBean

Attribute: JNDIName

Configurable: yes

Readable: yes

Writable: yes

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.

MBean: weblogic.management.
configuration.
JMSDistributedQueueMBean

Attribute: LoadBalancingPolicy

Default: Round-Robin

Valid values:

  • Round-Robin

  • weblogic.management.configuration.JMSConstants.RANDOM

Configurable: yes

Readable: yes

Writable: yes

Forward Delay (seconds)

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.

MBean: weblogic.management.
configuration.
JMSDistributedQueueMBean

Attribute: ForwardDelay

Default: -1

Configurable: yes

Readable: yes

Writable: yes



 

Back to Top Previous Next