Amazon Integrator V6 - Online Help
Amazon Integrator V6
Questions / Feedback?

Message Event

Fired for each message retrieved from the queue.

Syntax

sqs.on('Message', [callback])

Callback

The 'callback' is called when the 'Message' event is emited.

function(e){ }

The argument 'e' has the following properties:

e.messageId
e.receiptHandle
e.messageData
e.MD5

Remarks

When ListMessages is invoked the class fires Message for each message retrieved. The number of messages retrieved are specified using MaxMessages. OtherData is reserved for future use.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 6.0.6240.0