AMQPQueue::__construct
(PECL amqp >= Unknown)
AMQPQueue::__construct — Create an instance of an AMQPQueue object.
Description
Creates an AMQPQueue instance representing an AMQP queue on the broker.
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.
Return Values
There are no user contributed notes for this page.
