|
AMQPQueue::ackAcknowledge the receipt of a message Description
public bool AMQPQueue::ack
( int
$delivery_tag
[, int $flags = AMQP_NOPARAM
] )
This method allows the acknowledgement of a message that is retrieved without the Parameters
Errors/ExceptionsThrows AMQPChannelException if the channel is not open. Throws AMQPConnectionException if the connection to the broker was lost. Return Values
Returns Examples
Example #1 AMQPQueue::ack example with AMQPQueue::get
<?php Example #2 AMQPQueue::ack example with AMQPQueue::consume
<?php |