Skip navigation.

Administration Console Online Help

PreviousNextvertical dots separating previous/next from contents/index/pdfContents

Configure advanced queue parameters

Before you begin


After you create a queue, you can define advanced property values, such as specifying unit-of-order parameters and attaching the credentials of message senders.

To configure advanced general values for a queue:

  1. If you have not already done so, in the Change Center of the Administration Console, click Lock & Edit (see Use the Change Center).
  2. In the Administration Console, navigate to the queue resource that you want to configure:
  3. On the Configuration: General page, click the Advanced button.
    1. If you are using the Unit-of-Order feature, in Unit-of-Order, specify whether you want the system to create a system-generated unit- of-order name that is statistically unique for this queue. Any message landing on this queue that does not already belong to a unit-of-order is automatically assigned this default unit-of-order name.
    2. In Attach Sender, specify whether messages landing on this destination should attach the credential of the sending user by selecting either: Supports, which sets the JMSXUserID property with the security principal of the sending user if requested; Never, which never sets the JMSXUserID property with the security principal of the sending user; Always, which always sets the JMSXUserID property with the security principal of the sending user.
    3. In Local JNDI Name, enter a local JNDI name that will be bound on the local server instance, but which will not be globally propagated to the rest of the cluster. A queue can have both a local and global JNDI name.
    4. In Create Destination Identifier, enter a unique queue identifier name when using the QueueSession.createQueue API defined in the JMS Specification. This name must be unique within the scope of the JMS server to which this queue is targeted; however, it does not need to be unique within the scope of a JMS module. Therefore, two queues in the same module can have the same destination identifier as long as those queues are targeted to different JMS servers.
    5. In SAF Export Policy, specify whether a user can send messages to this queue using the Store-and-Forward service.
    6. In Messaging Performance Preference, specify how you want this queue to perform in regards to emphasizing message latency or message throughput.

    For more information about these fields, see Configuration Options.

  4. Save your changes:
  5. To activate these changes, in the Change Center of the Administration Console, click Activate Changes.
    Not all changes take effect immediately—some require a restart (see Use the Change Center).

 

Skip navigation bar   Back to Top