|
AMQPQueue::nackMark a message as explicitly not acknowledged. Description
public void AMQPQueue::nack
( string
$delivery_tag
[, string $flags = AMQP_NOPARAM
] )
Mark the message identified by When called, the broker will immediately put the message back onto the queue, instead of waiting until the connection is closed. This method is only supported by the RabbitMQ broker. The behavior of calling this method while connected to any other broker is undefined. Parameters
Errors/ExceptionsThrows AMQPChannelException if the channel is not open. Throws AMQPConnectionException if the connection to the broker was lost. Return Values
Returns |