AMQPQUEUE(3) 1 AMQPQUEUE(3)
The AMQPQueue class
INTRODUCTION
Represents an AMQP queue.
CLASS SYNOPSIS
AMQPQueue
AMQPQueue
Methods
o public bool AMQPQueue::ack AMQP_NOPARAM (int $delivery_tag, [int $flags])
o public bool AMQPQueue::bind (string $exchange_name, string $routing_key)
o public bool AMQPQueue::cancel ([string $consumer_tag = ""])
o public AMQPQueue::__construct (AMQPChannel $amqp_channel)
o public void AMQPQueue::consume AMQP_NOPARAM (callable $callback, [int $flags])
o public int AMQPQueue::declare (void )
o public bool AMQPQueue::delete (void )
o public mixed AMQPQueue::get ([int $flags = ini_get("amqp.auto_ack")])
o public mixed AMQPQueue::getArgument (string $key)
o public array AMQPQueue::getArguments (void )
o public int AMQPQueue::getFlags (void )
o public string AMQPQueue::getName (void )
o public void AMQPQueue::nack AMQP_NOPARAM (string $delivery_tag, [string $flags])
o public bool AMQPQueue::purge (void )
o public void AMQPQueue::setArgument (string $key, mixed $value)
o public void AMQPQueue::setArguments (array $arguments)
o public void AMQPQueue::setFlags (int $flags)
o public void AMQPQueue::setName (string $queue_name)
o public bool AMQPQueue::unbind (string $exchange_name, string $routing_key)
PHP Documentation Group AMQPQUEUE(3)