Queue Event

Fired for each queue of the user.

Syntax

class AmazonSQSQueueEventParams {
public:
  const QString &QueueId();
  const QString &URL();
  int EventRetVal();
  void SetEventRetVal(int iRetVal);
};
// To handle, connect one or more slots to this signal. void Queue(AmazonSQSQueueEventParams *e);
// Or, subclass AmazonSQS and override this emitter function. virtual int FireQueue(AmazonSQSQueueEventParams *e) {...}

Remarks

When ListQueues is invoked the class fires Queue for each queue.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks MQ 2020 Qt Edition - Version 20.0 [Build 8155]