Appendix E.10 Checking the message delivery status and the action to be taken for accumulated messages (Procedure for stopping an application)

This subsection describes the procedure for checking the message delivery status of Cosminexus JMS Provider and the procedure of action when the messages accumulate.

If you do not want to stop the application, see Appendix E.9 Checking the message delivery status and the action to be taken for accumulated messages (Procedure for pausing CJMSP Broker).

The following figure shows the procedure for checking the message delivery status and the action to be taken for accumulated messages (procedure for stopping an application).

Figure E-9 Procedure for checking the message delivery status and the action to be taken for accumulated messages (procedure for stopping an application)

[Figure]

Organization of this subsection
(1) Process preconditions
(2) Information and supplementary explanation required for execution

(1) Process preconditions

(2) Information and supplementary explanation required for execution

The coding, such as (A1), corresponds to the coding in the figure.

(A1)
Check the destination (or persistence subscriber) name and the number of messages.
host-name:port-number
The host name and port number on which CJMSP Broker is running.
If you omit the port number when CJMSP Broker is started, the default port number 7676 is used. In this case, you can omit the -b option.
Topic-name
Topic name containing the persistence subscriber you want to check
(A2)
No specific value.
(A3)
Type
q (Queue) or t (Topic)
Name
Queue name or Topic name
host-name:port-number
The host name and port number on which CJMSP Broker is running.
If you omit the port number when CJMSP Broker is started, the default port number 7676 is used. In this case, you can omit the -b option.
Initial-timeout-value
The default initial timeout value is set at 10 seconds. Adjust the value if the processing times out with the default value.
Persistence-subscriber-name
Persistence subscriber name checked in (A1)
Client-ID
Client ID checked in (A1)