AMQPQueue
PHP Manual

AMQPQueue::setName

(PECL amqp >= Unknown)

AMQPQueue::setNameSet the queue name

Описание

public void AMQPQueue::setName ( string $queue_name )

Set the name of the queue

Список параметров

queue_name

The name of the queue as a string.

Возвращаемые значения

Возвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки.


AMQPQueue
PHP Manual