AMQPQueue
PHP Manual

AMQPQueue::cancel

(PECL amqp >= Unknown)

AMQPQueue::cancelCancel a queue binding.

Descrição

public void AMQPQueue::cancel ( string $consumer_tag )

Cancel a queue that is already bound to an exchange and routing key.

Aviso

Esta função não está documentada; somente a lista de argumentos está disponível.

Parâmetros

consumer_tag

The queue name to cancel, if the queue object is not already representative of a queue.

Valor Retornado


AMQPQueue
PHP Manual