This script package can be used to create an execution
group. A comprehensive set of properties is available with which to
customize the execution group.
Procedure
To deploy a script package that creates an execution
group:
- In the Patterns tab of the Pattern
Editor, click the pattern that you want to work with.
- Click the Edit icon within the pattern.
You can now edit the pattern that you have selected.
- Click the Scripts pull-down menu
located at the lower left side of the Pattern Editor. The list of
available scripts is displayed.
- Select and drag the WMB: Create Execution Group
Advanced script package onto the part, which is on the
canvas.
- Click the Parameters icon within
the script package to edit the parameters. The Parameters window opens.
The parameters of the script package can be entered in the Pattern
Editor, when the pattern is deployed, or both. If a parameter is set
in the Pattern Editor, then it can be updated when the pattern is
deployed, unless the parameter is locked. To lock a parameter in the
Pattern Editor, click the unlocked padlock
associated with that parameter, which
then changes to a locked padlock
to
indicate that the property has been locked.
- Enter the name of the execution group within the value
field associated with the MQSI_EXEC_GRP_NAME name.
This field is mandatory and cannot be left blank.
- The following fields contain default values. Change any
of these fields that must be updated to meet your environment or scenario.
Note: null is used to denote a valid empty
value. Not all of the values within the script package are null. Fields
that are empty must be filled before the pattern can be deployed.
MQSI_JVM_MIN_HEAP_SIZE = -1
MQSI_JVM_MAX_HEAP_SIZE = -1
MQSI_JVM_DEBUG_PORT = 0
MQSI_JVM_NATIVE_STACK_SIZE = -1
MQSI_JVM_JAVA_OS_STACK_SIZE = -1
MQSI_CONTENT_BASED_FILTERING_ENABLED = FALSE
MQSI_CONTENT_BASED_FILTERING_EVALUATION_THREADS = 1
MQSI_CONTENT_BASED_FILTERING_VALIDATION_THREADS = 1
MQSI_SOCKET_CONN_MAX_KEEP_ALIVE_REQUESTS = 90
MQSI_SOCKET_CONN_TCPIP_NO_DELAY = null
MQSI_SOCKET_CONN_TCP_NO_DELAY_SSL = null
MQSI_HTTP_CONNECTOR_EXPLICITLY_SET_PORT_NUMBER = null
MQSI_HTTP_CONNECTOR_ADDRESS = null
MQSI_HTTPS_CONNECTOR_EXPLICITLY_SET_PORT_NUMBER = null
MQSI_HTTPS_CONNECTOR_ADDRESS = null
MQSI_HTTPS_CONNECTOR_ALGORITHM = null
MQSI_HTTPS_CONNECTOR_CLIENT_AUTH = null
MQSI_HTTPS_CONNECTOR_KEYSTORE_FILE = null
MQSI_HTTPS_CONNECTOR_KEYSTORE_PASS = null
MQSI_HTTPS_CONNECTOR_KEYSTORE_TYPE = null
MQSI_HTTPS_CONNECTOR_SSL_PROTOCOL = null
MQSI_HTTPS_CONNECTOR_CIPHERS = null