JMS Destination Key --> Configuration

Tasks     Related Topics     Attributes

 

Overview

This tab defines general configuration attributes for a JMS destination key (queue or topic). Use destination keys to define the sort order for messages arriving on a specific destination.

 

Tasks

Creating a JMS Destination Key

 

Related Topics

WebLogic JMS Fundamentals in Programming WebLogic JMS

Managing WebLogic JMS in Programming WebLogic JMS

Developing a WebLogic JMS Applicationin Programming WebLogic JMS

 

Attributes

Attribute Label

Description

Value Constraints

Name The name of this JMS destination key configuration. WebLogic Server uses an MBean to implement and persist the configuration.MBean: weblogic.management.
configuration.
JMSDestinationKeyMBeanAttribute: Name

Sort Key The message sort key or the name of a message header field on which to sort. Message header field keys start with the letters JMS and ignore the key type setting.

Note: For better performance, use message header fields as sorting keys, rather than message sort keys. This attribute is not dynamically configurable.MBean: weblogic.management.
configuration.
JMSDestinationKeyMBeanAttribute: Property

Valid values:

  • JMSMessageID

  • JMSTimestamp

  • JMSCorrelationID

  • JMSPriority

  • JMSExpiration

  • JMSType

  • JMSRedelivered

  • JMSDeliveryTime
Key Type The expected property type for this destination key. This setting is ignored for message header field keys, which have an implied typeMBean: weblogic.management.
configuration.
JMSDestinationKeyMBeanAttribute: KeyType
Default: StringValid values:

  • Boolean

  • Byte

  • Short

  • Int

  • Long

  • Float

  • Double

  • String
Direction The direction (Ascending or Descending) in which this key will sort messages. Selecting the Ascending option for the JMSMessageID property implies a FIFO (first in, first out) sort order (the default for destinations). Select the Descending option for a LIFO (last in, first out) sort order. This attribute is not dynamically configurable. MBean: weblogic.management.
configuration.
JMSDestinationKeyMBeanAttribute: Direction
Default: AscendingValid values:

  • Ascending

  • Descending

Skip navigation bar  Back to Top Previous Next