The AMQPQueue class
(PECL amqp >= Unknown)
Introduction
Represents an AMQP queue.
Class synopsis
AMQPQueue
{
/* Methods */
}Table of Contents
- AMQPQueue::ack — Acknowledge the receipt of a message
- AMQPQueue::bind — Bind the given queue to a routing key on an exchange.
- AMQPQueue::cancel — Cancel a queue binding.
- AMQPQueue::__construct — Create an instance of an AMQPQueue object
- AMQPQueue::consume — Consume messages from a queue
- AMQPQueue::declare — Declare a new queue
- AMQPQueue::delete — Delete a queue and its contents.
- AMQPQueue::get — Retrieve the next message from the queue.
- AMQPQueue::getArgument — Get the argument associated with the given key
- AMQPQueue::getArguments — Get all arguments set on the given queue
- AMQPQueue::getFlags — Get the flag bitmask
- AMQPQueue::getName — Get the configured name
- AMQPQueue::nack — Mark a message as explicitly not acknowledged.
- AMQPQueue::purge — Purge the contents of a queue
- AMQPQueue::setArgument — Set the value for the given key
- AMQPQueue::setArguments — Set all arguments on the queue
- AMQPQueue::setFlags — Set the queue flags
- AMQPQueue::setName — Set the queue name
- AMQPQueue::unbind — Unbind the queue from a routing key.
