(PECL amqp >= Unknown)
AMQPQueue::setFlags — Set the queue flags
$flags
)Set the flags on the queue.
flags
A bitmask of flags. This call currently only supports a bitmask of the following flags: AMQP_DURABLE
, AMQP_PASSIVE
, AMQP_EXCLUSIVE
, AMQP_AUTODELETE
.
成功时返回 TRUE
, 或者在失败时返回 FALSE
。