This subsection describes the status transition and status checking methods of CJMSP Broker. CJMSP Broker has three types of statuses. The status changes due to operations such as the execution of commands.
You can check the CJMSP Broker status by using the cjmsicmd list bkr command. For details, see cjmsicmd list bkr (Displaying the list of CJMSP Brokers) in the uCosminexus Application Server Command Reference Guide.
The following figure shows the transition of the CJMSP Broker status due to the execution of commands.
Figure 7-14 Status transition of CJMSP Broker
Table 7-13 CJMSP Broker status
CJMSP Broker status | Explanation |
---|---|
OPERATING | The status in which CJMSP Broker can process the messages. This status is reached when you start CJMSP Broker using the cjmsbroker command. Note that when you execute the cjmsicmd pause bkr command for the OPERATING CJMSP Broker, the status does not change. |
SHUTDOWN_STARTED | The status in which CJMSP Broker starts the stop processing (shut down). CJMSP Broker is shut down immediately after or some minutes later. This status is reached when you execute the cjmsicmd shutdown bkr command. |
SHUTDOWN_COMPLETE | The status in which the stop (shut down) processing of CJMSP Broker finishes. All the resources are released. Whether CJMSP Broker is shut down depends on whether any processes are being executed. This status is reached when you execute the cjmsicmd shutdown bkr command. |