qie.getReceivedCount¶ Signature: qie.getReceivedCount() Returns: Integer receivedCount - the total number of messages received by the channel Returns the total number of messages received by the channel. Parameters¶ None Example¶ if(qie.getReceivedCount() > 10000) { qie.sendEmail('testing@system.com', 'Hurray', 'QIE has now processed over 10000 messages!'); }