IPWorks MQ 2020 Kotlin Edition

Questions / Feedback?

LinkReadyToSend Event

Fires when a sender link is ready to send messages.

Syntax

public open class DefaultAmqpEventListener : AmqpEventListener {
  ...
  public override fun linkReadyToSend(e: AmqpLinkReadyToSendEvent) {}
  ...
}

public class AmqpLinkReadyToSendEvent {
  val linkName: String?
  val linkIndex: Int
}

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 Links collection.

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks MQ 2020 Kotlin Edition - Version 20.0 [Build 7941]