IPWorks MQ 2020 Android Edition

Questions / Feedback?

ChannelReadyToSend Event

Fires when a channel is ready to send messages.

Syntax

public class DefaultAmqpclassicEventListener implements AmqpclassicEventListener {
  ...
  public void channelReadyToSend(AmqpclassicChannelReadyToSendEvent e) {}
  ...
}

public class AmqpclassicChannelReadyToSendEvent {
  public String channelName;
}

Remarks

This event fires when a channel is ready to send messages.

ChannelName is the name of the channel.

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