IPWorks MQ 2020 Python Edition

Questions / Feedback?

on_channel_ready_to_send Event

Fires when a channel is ready to send messages.

Syntax

class AMQPClassicChannelReadyToSendEventParams(object):
  @property
  def channel_name() -> str: ...

# In class AMQPClassic:
@property
def on_channel_ready_to_send() -> Callable[[AMQPClassicChannelReadyToSendEventParams], None]: ...
@on_channel_ready_to_send.setter
def on_channel_ready_to_send(event_hook: Callable[[AMQPClassicChannelReadyToSendEventParams], None]) -> None: ...

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 Python Edition - Version 20.0 [Build 8155]