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

WebLogic Server Configuration Reference

 Previous Next Contents Index View as PDF  

JMSDestinationKey

Syntax

<!ELEMENT JMSDestinationKey EMPTY >
<!ATTLIST JMSDestinationKey
   Direction                  (Ascending |
                               KEY_DIRECTION_DESCENDING)"Ascending"
   KeyType                    (Boolean | Byte |
                               Short | Int |
                               KEY_TYPE_LONG | Float |
                               Double | String)        "String"
   Name                       CDATA                    #REQUIRED
   Notes                      CDATA                    #IMPLIED
   Property                   CDATA                    #REQUIRED
>

Parent Elements

The JMSDestinationKey element can be a child of these elements:

Attributes

Table 30-1 JMSDestinationKeyMBean Element Attributes

Attribute

Description

Range of Values and Default

Console Label

Direction

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.

Default: Ascending

Valid values:

  • Ascending

  • weblogic.management.configuration.JMSConstants.KEY_DIRECTION_DESCENDING

Direction

Key-Type

The expected property type for this key.

Default: String

Valid values:

  • Boolean

  • Byte

  • Short

  • Int

  • weblogic.management.configuration.JMSConstants.KEY_TYPE_LONG

  • Float

  • Double

  • String

Key Type

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

Property

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.


Property


 

 

Back to Top Previous Next