LinkReadyToSend Event

Fires when a sender link is ready to send messages.

Syntax

class AMQPLinkReadyToSendEventParams {
public:
  const QString &LinkName();
  int LinkIndex();
  int EventRetVal();
  void SetEventRetVal(int iRetVal);
};
// To handle, connect one or more slots to this signal. void LinkReadyToSend(AMQPLinkReadyToSendEventParams *e);
// Or, subclass AMQP and override this emitter function. virtual int FireLinkReadyToSend(AMQPLinkReadyToSendEventParams *e) {...}

Remarks

This event fires when a sender link is ready to send messages.

LinkName is the name of the sender link.

LinkIndex is the index of the sender link in the Link* properties.

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