Administration Console Online Help
|
JMS Destination Key --> Configuration
Tasks Additional Documentation 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 a specific destination.
Tasks
Create a JMS Destination Key
Clone a JMS Destination Key
Delete a JMS Destination Key
Additional Documentation
(Requires an Internet connection.)
"Managing JMS"in the Administration Guide
"WebLogic JMS Fundamentals" in Programming WebLogic JMS
"Managing WebLogic JMS" in Programming WebLogic JMS
"Developing a WebLogic JMS Application"in Programming WebLogic JMS
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. JMSDestinationKeyMBean
Attribute: Name
|
Configurable: yes
Readable: yes
Writable: yes
|
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:
This attribute is not dynamically configurable.
MBean: weblogic.management. configuration. JMSDestinationKeyMBean
Attribute: Property
|
Configurable: yes
Readable: yes
Writable: yes
|
Key Type
|
The expected property type for this key.
MBean: weblogic.management. configuration. JMSDestinationKeyMBean
Attribute: KeyType
|
Default: String
Valid values:
Configurable: yes
Readable: yes
Writable: yes
|
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.
MBean: weblogic.management. configuration. JMSDestinationKeyMBean
Attribute: Direction
|
Default: Ascending
Valid values:
Configurable: yes
Readable: yes
Writable: yes
|