ChannelReadyToSend Event

Fires when a channel is ready to send messages.

Syntax

ANSI (Cross Platform)
virtual int FireChannelReadyToSend(AMQPClassicChannelReadyToSendEventParams *e);
typedef struct {
const char *ChannelName; int reserved; } AMQPClassicChannelReadyToSendEventParams; Unicode (Windows) virtual INT FireChannelReadyToSend(AMQPClassicChannelReadyToSendEventParams *e);
typedef struct {
LPCWSTR ChannelName; INT reserved; } AMQPClassicChannelReadyToSendEventParams;
- (void)onChannelReadyToSend:(NSString*)channelName;
#define EID_AMQPCLASSIC_CHANNELREADYTOSEND 1

virtual INT IPWORKSMQ_CALL FireChannelReadyToSend(LPSTR &lpszChannelName);

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