MQINTASK parameter: Difference between revisions
Jump to navigation
Jump to search
Line 17: | Line 17: | ||
==Description== | ==Description== | ||
<p>Subtasks created during system initialization for managing connections to WebSphere MQ queue managers.Additional subtasks are allocated dynamically as needed during Online execution, up to a maximum of <var>[[MQMXTASK_parameter|MQMXTASK]]</var> subtasks.</p> | <p>Subtasks created during system initialization for managing connections to WebSphere MQ queue managers.Additional subtasks are allocated dynamically as needed during Online execution, up to a maximum of <var>[[MQMXTASK_parameter|MQMXTASK]]</var> subtasks. MQINTASK can very from 0 up to a theoretical maximum of 32767, although the practical limit may be significantly below 32767 based upon available z/OS storage. MQINTASK needs to be set to at least 1 to support MQ/204 operations. </p> | ||
<p>For more information, see [[MQ/204 architecture and environment]] and [[MQ/204 queue management]].</p> | <p>For more information, see [[MQ/204 architecture and environment]] and [[MQ/204 queue management]].</p> | ||
[[Category:Parameters]] | [[Category:Parameters]] | ||
[[Category:System parameters]] | [[Category:System parameters]] |
Revision as of 14:23, 24 June 2019
Initial MQ/204 subtasks
Summary
- Default value
- 0
- Parameter type
- System
- Where set
- User 0 parameter line
- Related products
- MQ/204
- Introduced
- Model 204 version 4.2
Description
Subtasks created during system initialization for managing connections to WebSphere MQ queue managers.Additional subtasks are allocated dynamically as needed during Online execution, up to a maximum of MQMXTASK subtasks. MQINTASK can very from 0 up to a theoretical maximum of 32767, although the practical limit may be significantly below 32767 based upon available z/OS storage. MQINTASK needs to be set to at least 1 to support MQ/204 operations.
For more information, see MQ/204 architecture and environment and MQ/204 queue management.