AMQPEnvelope
PHP Manual

AMQPEnvelope::isRedelivery

(Bir sürüm bilgisi bulunamadı; sadece SVN'de olabilir.)

AMQPEnvelope::isRedeliveryWhether this is a redelivery of the message

Açıklama

public bool AMQPEnvelope::isRedelivery ( void )

Whether this is a redelivery of a message. If this message has been delivered and AMQPEnvelope::nack() was called, the message will be put back on the queue to be redelivered, at which point the message will always return TRUE when this method is called.

Değiştirgeler

Bu işlevin değiştirgesi yoktur.

Dönen Değerler

TRUE if this is a redelivery, FALSE otherwise.


AMQPEnvelope
PHP Manual