CMF

CM MatchPoint Dispatcher Job

 
The CM MatchPoint dispatcher job is a listener job running on the IBM i. This job is handling the communication between the CM MatchPoint serverĀ  on your IBM i and the CM MatchPoint Client on your workstation.
The job must be running at all times. To start the default despatcher job, call the following program: call mpcom/strtcp610
 
Port Number
The dispatcher handles the communication on a specified port number. Make sure the port number is available. By default, the port number is 50000. You can change the port number to any other available number.
 
Subsystem
By default the dispatcher is started in your QINTER subsystem. You can start the job in any other subsystem which is configured to handle multiple jobs. Every connection from a CM MatchPoint Client to the Server is creating a new job.
 
Changing the dispatcher parameters
To change the parameters of the dispatcher job, you can edit the CL-source QCLSRC/STRTCP610 in the library MPCOM.
 
Automatically start the dispatcher
We recommend to automatically start the dispatcher when you start up your IBM i server or when starting the subsystem specified in the startup parameters of the CM MatchPoint dispatcher.
1.     System Start up: add the call to the dispatcher start up program to your QSTRUP
2.     Subsystem Start: add an autostart job entry to the specified subsystem (ADDAJE)