|
AMQPQueue::__constructCreate an instance of an AMQPQueue object Description
public AMQPQueue::__construct
( AMQPChannel
$amqp_channel
)Creates an AMQPQueue instance representing an AMQP queue on the broker. Parameters
Errors/Exceptions
Throws AMQPQueueException when Throws AMQPConnectionException if the connection to the broker was lost. Return ValuesReturns an instance of AMQPQueue on success. |