AMQPQueue::__construct
Create an instance of an AMQPQueue object
&reftitle.description;
public AMQPQueue::__construct
AMQPChannelamqp_channel
Creates an AMQPQueue instance representing an AMQP queue on the broker.
&reftitle.parameters;
&reftitle.errors;
Throws AMQPQueueException when amqp_channel is not connected to a broker.
Throws AMQPConnectionException if the connection to the broker was lost.
&reftitle.returnvalues;
Returns an instance of AMQPQueue on success.