suche nach in der

AMQPQueue::ack> <AMQPExchange::publish
Last updated: Sat, 07 Jan 2012

view this page in

The AMQPQueue class

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

Einführung

Represents an AMQP queue.

Klassenbeschreibung

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

Inhaltsverzeichnis



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: Sat, 07 Jan 2012