AMQPQueue::__construct Create an instance of an AMQPQueue object. &reftitle.description; AMQPQueue::__construct AMQPConnectionamqp_connection stringqueue_name"" Creates an AMQPQueue instance representing an AMQP queue on the broker. &reftitle.parameters; amqp_connection A valid AMQPConnection object. queue_name The name of the queue to construct. If no queue name is specified, the broker will generate one. &reftitle.returnvalues;