WebLogic Server Configuration Reference

 Previous Next Contents Index View as PDF  

JMSDestinationKey

 


Description

 


Syntax

<JMSDestinationKey
Direction=( "Ascending" | "Descending" )
KeyType=( "Boolean" | "Byte" | "Short" | "Int" | "Long" | "Float" | "Double" | "String" )
Name="String"
Notes="String"
Property="String"
/>

 


Parent Elements

 


Attributes

Table 25-1 JMSDestinationKey attributes

Attribute

Description

Range of Values and Default

Direction

Returns the direction (Ascending or Descending) in which to sort for this key.

Choosing Ascending for JMSMessageID implies a FIFO (first in, first out) sort order (the default for destinations). Set the value to Descending for a LIFO (last in, first out) sort order.

This attribute is not dynamically configurable.

Admin Console field label: Direction

Required: no

Default: Ascending

KeyType

Returns the expected property type for this key.

Admin Console field label: Key Type

Required: no

Default: String

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

Property

Returns the property name for this key.

This value indicates a message property name or the name of a message header field on which to sort. Message header field keys ignore the key type and reference message header fields rather than message properties.

Note: To improve performance, we recommend using message header fields as sorting keys, rather than message properties.

Range of Values:

The JMS Property name (including user properties) or message header fields that can be sorted on are as follows:

  • JMSMessageID

  • JMSTimestamp

  • JMSCorrelationID

  • JMSPriority

  • JMSExpiration

  • JMSType

  • JMSRedelivered

  • JMSDeliveryTime

This attribute is not dynamically configurable.

Admin Console field label: Property

 

Back to Top Previous Next