...
MessageStatus - statistics about asynchronnous messages
Parameter | Description |
countOfFailed | Count of messages in state FAILED |
countOfProcessing | Count of messages in state PROCESSING |
countOfCanceled | Count of messages in state CANCEL |
countOfNew | Count of messages in state NEW |
countOfOk | Count of messages in state OK |
countOfPartlyFailed | Count of messages in state PARTLY_FAILED |
countOfWaiting | Count of messages in state WAITING |
countOfWaitingForResponse | Count of messages in state WAITING_FOR_RES |
countOfPostponed | Count of messages in state POSTPONED |
countOfCancel | Count of messages in state CANCEL |
countOfFailedAfterInterval | Count of messages in state FAILED and after interval |
countOfProcessingAfterInterval | Count of messages in state PROCESSING and after interval |
countOfWaitingAfterInterval | Count of messages in state WAITING and after interval |
countOfOkAfterInterval | Count of messages in state OK and after interval |
countOfNewAfterInterval | Count of messages in state NEW and after interval |
countOfPartlyFailedAfterInterval | Count of messages in state PARTLY_FAILED and after interval |
countOfCancelAfterInterval | Count of messages in state CANCEL and after interval |
countOfWaitingForResponseAfterInterval | Count of messages in state WAITING_FOR_RES and after interval |
countOfPostponedAfterInterval | Count of messages in state POSTPONED and after interval |
...