Properties specified through the wSGrid properties file describe the grid job to be run under the control of WSGrid. This topic describes a set of control properties.
Property name | Description |
---|---|
scheduler-connection-factory | The jndi name of the Java Message Service (JMS) connection factory for the job scheduler message-driver interface application. See Configuring the JMS queues . The default value is jms/com.ibm.ws.grid.ConnectionFactory. |
scheduler-host | Specifies the host address of the job scheduler server |
scheduler-input-queue | The jndi name of the Java Message Service (JMS) input queue for the job scheduler message-driver interface application. See Configuring the JMS queues . The default value is jms/com.ibm.ws.grid.InputQueue . |
scheduler-output-queue | The jndi name of the Java Message Service (JMS) output queue for the job scheduler message-driver interface application. See Configuring the JMS queues . The default value is jms/com.ibm.ws.grid.OutputQueue. |
scheduler-port | Specifies the HTTP port address of job scheduler server. |
submitter-userid | Specifies the identity of the job submitter. This ID must be assigned to either lrsubmitter or lradmin role in order to submit jobs. |
submitter-password | Specifies the password of the job submitter. The password may be obfuscated using the WebSphere PropFilePasswordEncoder utility. |
debug | Specify true to enable debug output to standard output stream. |
timeout | Specifies timeout value for individual messages sent back from job scheduler. Unit is milliseconds. Default is 5000. |