|
Attribute
|
Description
|
Range of Values
|
Default
|
|
Name
|
Name of the destination. The JNDI name is configured separately.
This attribute is not dynamically configurable.
|
Java identifier, unique within the JMSServer
|
My JMS Destination[-n]
|
|
JNDI Name
|
Name used to look up the destination within the JNDI namespace. The destination name is configured separately. If not specified, the destination name is not advertised through the JNDI namespace.
This attribute is not dynamically configurable.
|
Java identifier, unique within the JNDI namespace scope
|
null
|
|
Enable Store
|
Flag specifying whether or not the destination uses the backing store specified by the JMS server.
If this flag is enabled, but no backing store is defined, then the configuration fails and WebLogic JMS does not boot. If this flag is disabled, then the destination does not support persistent messages. If this flag is set to Default, then the destination uses the backing store if one is defined.
This attribute is not dynamically configurable.
|
true, false, default
|
default
|
|
Template
|
Template from which the destination is derived. If this attribute is not defined, then the attributes for the destination must be specified as part of the destination.
The Template attribute setting per destination is static. The template attributes, however, can be modified dynamically.
|
Existing template name or none
|
none
|
|
Attribute
|
Description
|
Range of Values
|
Default
|
|
Bytes Maximum
|
Maximum number of bytes that may be stored in the destination. A value of -1 specifies that there is no limit on the number of bytes that can be stored in the destination.
This attribute is dynamically configurable, but only incoming messages are impacted; stored messages are not impacted.
|
-1, 0 through 263-1,
Bytes Threshold High
|
-1
|
|
Bytes Threshold High
|
Upper threshold that triggers events based on the number of bytes stored in the destination. A value of -1 specifies that threshold events are disabled for the destination.
This attribute is dynamically configurable, but only incoming messages are impacted; stored messages are not impacted.
|
-1, 0 through 263-1,,
Bytes Maximum, >Bytes Threshold Low
|
-1
|
|
Bytes Threshold Low
|
Lower threshold that triggers events based on the number of bytes stored in the destination. A value of -1 specifies that threshold events are disabled for the destination.
This attribute is dynamically configurable, but only incoming messages are impacted; stored messages are not impacted.
|
-1, 0 through 263-1, <Bytes Threshold High
|
-1
|
|
Messages Maximum
|
Maximum number of messages that may be stored in the destination. A value of -1 specifies that there is no limit on the number of messages that can be stored in the destination.
This attribute is dynamically configurable, but only incoming messages are impacted; stored messages are not impacted.
|
-1, 0 through 263-1,
Bytes Threshold High
|
-1
|
|
Messages Threshold High
|
Upper threshold that triggers events based on the number of messages stored in the destination. A value of -1 specifies that threshold events are disabled for the destination.
This attribute is dynamically configurable, but only incoming messages are impacted; stored messages are not impacted.
|
-1, 0 through 263-1,
Messages Maximum, >Messages Threshold Low
|
-1
|
|
Messages Threshold Low
|
Lower threshold that triggers events based on the number of messages stored in the destination. A value of -1 specifies that threshold events are disabled for the destination.
This attribute is dynamically configurable, but only incoming messages are impacted; stored messages are not impacted.
|
-1, 0 through 263-1, <Messages Threshold High
|
-1
|
|
Attribute
|
Description
|
Range of Values
|
Default
|
|
Priority Override
|
Priority assigned to all messages that arrive at the destination, regardless of the priority specified by the message producer.
The default value (-1) specifies that the destination will not override the priority setting.
This attribute is dynamically configurable, but only incoming messages are impacted; stored messages are not impacted.
|
-1, 0 through 9
|
-1
|
|
Time To Live Override
|
Time-to-live assigned to all messages that arrive at the destination, regardless of the time-to-live specified by the message producer.
The default value (-1) specifies that the destination will not override the priority setting.
This attribute is dynamically configurable, but only incoming messages are impacted; stored messages are not impacted.
|
-1, 0 through 263-1
|
-1
|
|
Delivery Mode Override
|
Delivery mode assigned to all messages that arrive at the destination regardless of the delivery mode specified by the message producer. A value of null specifies that the delivery mode will not be overridden.
This attribute is dynamically configurable, but only incoming messages are impacted; stored messages are not impacted.
|
Persistent, Non-Persistent, or null
|
null
|