MQWAIT parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
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]]

Revision as of 11:52, 25 June 2019

Maximum wait for MQ/204 subtask

This page is under construction.

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.