Message Event

Fired for each message retrieved from the queue.

Syntax

class AmazonSQSMessageEventParams {
public:
  const QString &MessageId();
  const QString &ReceiptHandle();
  const QString &MessageData();
  const QString &MD5();
  int EventRetVal();
  void SetEventRetVal(int iRetVal);
};
// To handle, connect one or more slots to this signal. void Message(AmazonSQSMessageEventParams *e);
// Or, subclass AmazonSQS and override this emitter function. virtual int FireMessage(AmazonSQSMessageEventParams *e) {...}

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) 2022 /n software inc. - All rights reserved.
IPWorks MQ 2020 Qt Edition - Version 20.0 [Build 8155]