RdKafka::getOutQLen

(PECL rdkafka >= 1.0.0)

RdKafka::getOutQLenGet the out queue length

Description

public RdKafka::getOutQLen ( void ) : integer

Returns the current out queue length.

The out queue contains messages waiting to be sent to, or ackknownledged by, the broker.

Parameters

This function has no parameters.

Return Values

Returns the number of messages in the out queue.