Configuration Options Advanced Configuration Options Related Tasks Related Topics
Use this page to define the general configuration parameters for this queue, such as selecting a destination key for sorting messages as they arrive on the queue.
You configure queues explicitly or by configuring a JMS template to define and manage multiple queues with similar attribute settings.
Name | Description |
---|---|
Name |
The name of this JMS queue. MBean Attribute: Changes take effect after you redeploy the module or restart the server. |
JNDI Name |
The global JNDI name used to look up the destination within the JNDI namespace. In a clustered environment, this name is propagated to the
entire cluster. If you want the JNDI name to be bound only on the
local server, and not propagated to the rest of the cluster, then
use the If not specified, the destination name will not be advertised through the global JNDI namespace. MBean Attribute
(Does not apply to application modules): |
Template |
The JMS template from which the destination is derived. A template provides an efficient means of defining multiple destinations with similar configuration values. If a JMS template is specified, destination parameters that are set to their default values will instead inherit their values from the JMS template at run-time. However, if a JMS template is not defined, then the configuration values for the destination must be specified as part of the destination. Although you can dynamically modify a the configuration of a JMS template, the configuration values on a destination are static. MBean Attribute
(Does not apply to application modules): Changes take effect after you redeploy the module or restart the server. |
Destination Keys |
The list of potential destination keys for for sorting the messages that arrive on a JMS destination. The keys are ordered from most significant to least significant. If more than one key is specified, a key based on the JMSMessageID can only be the last key in the list. Note: If JMSMessageID is not defined in the key, it is implicitly assumed to be the last key and is set as "Ascending" (FIFO) for the sort order. MBean Attribute
(Does not apply to application modules): Changes take effect after you redeploy the module or restart the server. |
Name | Description |
---|---|
Production Paused at Startup |
Specifies whether new message production is paused on a destination at startup.
MBean Attribute
(Does not apply to application modules): Changes take effect after you redeploy the module or restart the server. |
Consumption Paused at Startup |
Specifies whether consumption is paused on a destination at startup.
MBean Attribute
(Does not apply to application modules): Changes take effect after you redeploy the module or restart the server. |
Insertion Paused at Startup |
Specifies whether new message insertion is paused on a destination at startup.
MBean Attribute
(Does not apply to application modules): Changes take effect after you redeploy the module or restart the server. |
Unit of Order |
Specifies whether WebLogic Server creates a system-generated Unit- of-Order name that is statistically unique for a destination. Any message arriving at this destination that does not already belong to a unit of order is assigned with this default unit of order name. The initial use case is to replace the deprecated "ordered redelivery" feature. MBean Attribute
(Does not apply to application modules): |
Attach Sender |
Specifies whether messages landing on this destination should attach the credential of the sending user.
This attribute is dynamically configurable. A dynamic change of this attribute will affect only messages received after the update has been made. MBean Attribute
(Does not apply to application modules): |
Local JNDI Name |
The local JNDI name used to look up the destination within the JNDI namespace of the server where the destination resource is targeted. In a clustered environment, this name is bound only on the local server instance and is not propagated to the rest of the cluster. A destination can have both a local JNDI name and a (global) JNDI name. MBean Attribute
(Does not apply to application modules): |
Create Destination Identifier |
The name of a destination name when using the
This name must be unique within the scope of the JMS server to which this destination is targeted. However, it does not need to be unique within the scope of the entire JMS module. For example, two queues can have the same destination name as long as those queues are targeted to different JMS servers. Note: Since this name must be unique within the scope of a JMS server, verify whether other JMS modules may contain destination names that conflict with this name. It is the responsibility of the deployer to resolve the destination names targeted to JMS servers. MBean Attribute
(Does not apply to application modules): Changes take effect after you redeploy the module or restart the server. |
SAF Export Policy |
Specifies whether a user can send messages to a destination using Store-and-Forward.
This attribute is dynamically configurable. A dynamic change of this attribute will affect only messages sent after the update has been made. Get the saf-export-policy for this destination. MBean Attribute
(Does not apply to application modules): Changes take effect after you redeploy the module or restart the server. |
![]() ![]() |