AMQPQueue
PHP Manual

AMQPQueue::ack

(No version information available, might only be in SVN)

AMQPQueue::ackAcknowledge the receipt of a message

Description

public void AMQPQueue::ack ( string $exchange_name [, string $routing_key = "" ] )

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

Warning

This function is currently not documented; only its argument list is available.

Parameters

delivery_tag

The message delivery tag of which to acknowledge receipt.

Return Values


AMQPQueue
PHP Manual