Info

Reports on the status of each listener and channel.

The command info [<name>] is given to report on one or all channels. If the name is included, the configuration is reported.

Enter command:>info
                          completed   failed   active  workers    free
http        --active--         0        0        0        3        3
file        --active--         0        0        0        3        3
emittest    --active--         0        0        0        1        1
file1       --active--         2        0        0        1        1
ap          --active--         0        1        0        0        0
gw          --active--         2        0        0        1        1

In the sample shown above, two documents have been processed by the file1 and the gw channels. These two documents completed processing successfully, which does not mean that they necessarily had no application errors. There is one failed document on the ap channel. This means that the message did not complete processing but rather failed to complete processing due to an execution, not an application, error. Examples of such errors are having no wired edge in a process file that the document could follow (this is usually an application design error) or a programming problem encountered during the execution path of the message. Since a message can be sent to many output destinations, this is specifically not the number of documents routed to a reply or an error destination.

The state of the channel can be:

Channel State

Description

active

The channel is processing messages or is waiting to process messages.

inactive

The channel is not marked to be started automatically and must be started manually.

config

The channel did not start due to a configuration error.

retry

The channel has not been able to initialize due to external conditions. It is scheduled for a startup after a defined period.

stopping

A stop command has been received and is being processed.

stopped

The channel is not active and is awaiting a start command.

license

The channel cannot start due to a detected license violation.

The active column is the number of messages currently being processed. Workers shows the number of subchannels available to process messages, and free shows those subchannels available to process workers.


iWay Software