Chapter 3. Installing and setting up call.connect 53
Under normal circumstances, the application (for example, SalesOrder) continues to run in
WebSphere when the admin job QEJBADMIN is stopped. This means that to stop the system
overnight, the easiest way is to end QEJBSBS by using the following command:
ENDSBS SBS(QEJBSBS) OPTION(*IMMED)
This is a standard, tested iSeries command. It has the advantage of ending the JMS jobs and
any extra WebSphere instances. Users who want to end the subsystem more gently, may
want to use *CNTRLD end with a time limit. If you do not specify a time limit, the subsystem
will never end, because the JMS jobs keep running.
As an alternative for stopping and starting jobs, use XMLConfig as in a WebSphere
configuration. ...