AMQPQueue
PHP Manual

AMQPQueue::declare

(PECL amqp >= Unknown)

AMQPQueue::declareDeclare a new queue

Описание

public int AMQPQueue::declare ( void )

Declare a new queue on the broker.

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

Ошибки

Throws AMQPChannelException if the channel is not open.

Throws AMQPConnectionException if the connection to the broker was lost.

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

Returns the message count.


AMQPQueue
PHP Manual