MQWAIT parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Template:MQWAIT parameter subtitle}}
{{Template:MQWAIT parameter subtitle}}


This page is [[under construction]].
 
==Summary==
==Summary==
<dl>
<dl>
Line 17: Line 17:


==Description==
==Description==
Milliseconds that an [[MQ/204_and_SOUL_statements#OPEN_QUEUE_statement|OPEN QUEUE]] statement or a [[MQ/204_command_reference#START_QUEUEMANAGER:_Making_queues_accessible|START QUEUEMANAGER]] command waits for the next available subtask. A value of 0 means don't wait for an MQ subtask, in which case if a subtask isn't available then the statement will fail. The parameter applies if no more subtasks can be allocated because <var>[[MQMXTASK|MQMXTASK]]</var> subtasks are already allocated.
Milliseconds that an [[MQ/204_and_SOUL_statements#OPEN_QUEUE_statement|OPEN QUEUE]] statement or a [[MQ/204_command_reference#START_QUEUEMANAGER:_Making_queues_accessible|START QUEUEMANAGER]] command waits for the next available subtask. A value of 0 means don't wait for an MQ subtask, in which case if a subtask isn't available then the statement will fail. The parameter applies if no more subtasks can be allocated because <var>[[MQMXTASK|MQMXTASK]]</var> subtasks are already allocated. MQWAIT can range from 0 up to a maximum value of 2147483647.


[[Category:Parameters]]
[[Category:Parameters]]
[[Category:System parameters]]
[[Category:System parameters]]

Latest revision as of 11:53, 25 June 2019

Maximum wait for MQ/204 subtask


Summary

Default value
0
Parameter type
System
Where set
System manager, User 0 parameter line
Related products
MQ/204
Introduced
Model 204 version 4.2

Description

Milliseconds that an OPEN QUEUE statement or a START QUEUEMANAGER command waits for the next available subtask. A value of 0 means don't wait for an MQ subtask, in which case if a subtask isn't available then the statement will fail. The parameter applies if no more subtasks can be allocated because MQMXTASK subtasks are already allocated. MQWAIT can range from 0 up to a maximum value of 2147483647.