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

Message Event

Fired for each message retrieved from the queue.

Syntax

 virtual int FireMessage(SQSMessageEventParams *e);

 
typedef struct {
char* MessageId;
char* ReceiptHandle;
char* MessageData;
char* MD5;
int reserved;
} SQSMessageEventParams;

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