downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

AMQPQueue::bind> <AMQPQueue
[edit] Last updated: Fri, 24 Jun 2011

view this page in

AMQPQueue::ack

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

AMQPQueue::ackAcknowledge the receipt of a message

Description

public bool 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()

Parameters

delivery_tag

The message delivery tag of which to acknowledge receipt.

flags

The only valid flag that can be passed is AMQP_MULTIPLE.

Return Values

Returns TRUE on success or FALSE on failure.



add a note add a note User Contributed Notes AMQPQueue::ack - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites