Use this panel to browse or change the configuration properties defined to WebSphere MQ for the selected queue destination. To view this page, use the administrative console to complete the following steps:
Notes
Note:
The WMQQueueDefiner MBean has encountered an error. WMSG0331E: The MQ Client is required for this functionality, but it is not installed.
The name of the local queue to which messages are sent, on the queue manager specified by the Base Queue Manager Name property.
Data type | String |
The name of the WebSphere MQ queue manager to which messages are sent.
This queue manager provides the queue specified by the Base Queue Name property.
Data type | String |
The name of host for the queue manager on which the queue destination is created.
Data type | String |
The number of the port used by the queue manager on which this queue is defined.
Data type | Integer |
Range | A valid TCP/IP port number. This port must be configured on the WebSphere MQ queue manager. |
The name of the channel used for connection to the WebSphere MQ queue manager.
Data type | String |
Range | 1 through 20 ASCII characters |
The user ID used, with the Password property, for authentication when connecting to the queue manager to define the queue destination.
If you specify a value for the User ID property, also specify a value for the Password property.
Data type | String |
The password, used with the User ID property, for authentication when connecting to the queue manager to define the queue destination.
If you specify a value for the User ID property, also specify a value for the Password property.
Data type | String |
The WebSphere MQ queue description, for administrative purposes within WebSphere MQ.
Data type | String |
Default | Null |
Range | 1 through 64 ASCII characters. |
Whether or not put operations are allowed for this queue.
Data type | Enum |
Default | Put Inhibited |
Range |
Whether messages on the queue are persistent or non-persistent.
Data type | Enum |
Default | Persistent |
Range |
The name of the cluster to which the WebSphere MQ queue manager belongs.
If you specify a value for Cluster Name , you should not specify a value for Cluster Name List . Cluster names must conform to the rules described in the WebSphere MQ MQSC Command Reference book.
Data type | String |
Default | Null |
Range | A valid WebSphere MQ name for a queue manager cluster, as 1 through 48 ASCII characters |
The name of the cluster namelist to which the WebSphere MQ queue manager belongs.
If you specify a value for Cluster Name , you should not specify a value for Cluster Name List . Cluster names must conform to the rules described in the WebSphere MQ MQSC Command Reference book.
Data type | String |
Default | Null |
Range | A valid WebSphere MQ name for a list of queue manager clusters, as 1 through 48 ASCII characters |
The default binding to be used when the queue is defined as a cluster queue.
Data type | Enum |
Default | On Open |
Range |
|
Whether or not get operations are allowed for this queue.
Data type | Enum |
Default | Get Inhibited |
Range |
|
The maximum number of messages allowed on the queue.
Data type | Integer |
Units | Number of messages |
Default | 0 |
Range |
A value greater than or equal to zero, and less than or equal to 640 000. For more information about the maximum value allowed, see the WebSphere MQ MQSC Command Reference. If this value is reduced, any messages that are already on the queue are not affected, even if the number of messages exceeds the new maximum. |
The maximum length, in bytes, of messages on this queue.
Data type | Integer |
Units | Number of bytes |
Default | 0 |
Range | A value greater than or equal to zero, and less than or equal to the maximum message length for the queue manager and WebSphere MQ platform.
For more information about the maximum value allowed, see the WebSphere MQ MQSC Command Reference.
If this value is reduced, any message that is already on the queue are not affected, even if the message length exceeds the new maximum. |
Whether multiple applications can get messages from this queue.
Data type | Enum |
Default | Shareable |
Range |
|
The default share option for applications opening this queue for input
Data type | Enum |
Default | Exclusive |
Range |
The order in which messages are delivered from the queue in response to get requests.
Data type | Enum |
Default | FIFO |
Range |
The maximum number of times that a message can be backed out. If this threshold is reached, the message is requeued on the backout queue specified by the Backout Requeue Name property.
The WebSphere MQ queue manager keeps a record of the number of times that each message has been backed out. When this number reaches a configurable threshold, the connection consumer requeues the message on a named backout queue. If this requeue fails for any reason, the message is removed from the queue and either requeued to the dead-letter queue, or discarded.
Data type | Integer |
Default | 0 |
Range |
|
The name of the backout queue to which messages are requeued if they have been backed out more than the backout threshold.
The WebSphere MQ queue manager keeps a record of the number of times that each message has been backed out. When this number reaches a configurable threshold, the connection consumer requeues the message on a named backout queue. If this requeue fails for any reason, the message is removed from the queue and either requeued to the dead-letter queue, or discarded.
Data type | String |
Default | Null |
Range | 1 through 48 characters. |
Whether hardening should be used to ensure that the count of the number of times that a message has been backed out is accurate.
Data type | Enum |
Default | Hardened |
Range |
|
The default message priority for this destination, used if no priority is provided with a message.
Data type | Integer |
Default | 0 |
Range | 0 (lowest priority) through 9 (highest priority) |
Related tasks
Configuring a queue destination, WebSphere MQ JMS provider