(PECL amqp >= Unknown)
AMQPQueue::setFlags — Set the queue flags
Set the flags on the queue.
A bitmask of flags. This call currently only supports a bitmask of the following flags: AMQP_DURABLE, AMQP_PASSIVE, AMQP_EXCLUSIVE, AMQP_AUTODELETE.
Returns TRUE on success or FALSE on failure.