The AMQPQueue class
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 - The consume purpose
- AMQPQueue::declare - Declare a new queue
- AMQPQueue::delete - Delete a queue and its contents.
- AMQPQueue::get - Retrieve the next message from the queue.
- AMQPQueue::purge - Purge the contents of a queue
- AMQPQueue::unbind - Unbind the queue from a routing key.




