AMQPQueue
PHP Manual

AMQPQueue::ack

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

AMQPQueue::ackAcknowledge the receipt of a message

Açıklama

public void AMQPQueue::ack ( int $delivery_tag [, int $flags = NULL ] )

This method allows the acknowledgement of a message that is retrieved with the AMQP_NOACK flag through AMQPQueue::get() or AMQPQueue::consume()

Değiştirgeler

delivery_tag

The message delivery tag of which to acknowledge receipt.

flags

The only valid flag that can be passed is AMQP_MULTIPLE.

Dönen Değerler


AMQPQueue
PHP Manual