AMQPQueue
PHP Manual

AMQPQueue::ack

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

AMQPQueue::ackAcknowledge the receipt of a message

Descrierea

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

Avertizare

Această funcție nu este documentată în prezent; este disponibilă numai lista sa de argumente.

Parametri

delivery_tag

The message delivery tag of which to acknowledge receipt.

Valorile întoarse


AMQPQueue
PHP Manual