Skip to content

qie.getInboundCount

Signature: qie.getInboundCount()

Returns: Integer inboundCount - the number of messages in the inbound queue

Returns the current number of messages in the inbound queue.

Parameters

None

Example

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