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

search for in the

AMQPQueue::ack> <AMQPExchange::publish
Last updated: Fri, 24 Sep 2010

view this page in

The AMQPQueue class

Introduction

Represents an AMQP queue.

Class synopsis

AMQPQueue {
/* Methods */
public void ack ( int $delivery_tag [, int $flags = NULL ] )
public void bind ( string $exchange_name [, string $routing_key = "" ] )
public void cancel ( string $consumer_tag )
__construct ( string $amqp_connection [, string $queue_name = "" ] )
public void consume ( string $num_messages [, string $flags = NULL ] )
public void declare ( string $queue_name [, int $flags = AMQP_AUTODELETE ] )
public void delete ( string $queue_name )
public void get ( string $flags )
public void purge ( string $queue_name )
public void unbind ( string $exchange_name [, string $routing_key = "" ] )
}

Table of Contents



add a note add a note User Contributed Notes
AMQPQueue
There are no user contributed notes for this page.

AMQPQueue::ack> <AMQPExchange::publish
Last updated: Fri, 24 Sep 2010
 
 
show source | credits | sitemap | contact | advertising | mirror sites