AMQPChannel
PHP Manual

AMQPChannel::setPrefetchSize

(PECL amqp >= Unknown)

AMQPChannel::setPrefetchSizeSet the window size to prefetch from the broker

Descrizione

public void AMQPChannel::setPrefetchSize ( int $size )

Set the prefetch window size, in octets, during a call to AMQPQueue::consume() or AMQPQueue::get(). Any call to this method will automatically set the prefetch message count to 0, meaning that the prefetch message count setting will be ignored.

If the call to either AMQPQueue::consume() or AMQPQueue::get() is done with the AMQP_AUTOACK flag set, this setting will be ignored.

Elenco dei parametri

size

The window size, in octets, to prefetch.

Errori/Eccezioni

Throws AMQPConnectionException if the connection to the broker was lost.

Valori restituiti

Restituisce TRUE in caso di successo, FALSE in caso di fallimento.


AMQPChannel
PHP Manual