Skip to content

qie.getProcessingCount

Signature: qie.getProcessingCount()

Returns: Integer processingCount - the number of messages in the processing queue

Returns the current number of messages in the processing queue.

Parameters

None

Example

/* From Source Script */
if (qie.getProcessingCount() < 5) {
   qie.addInboundMessage('{"status":"There is room now."}', 'sample.json');
}