AMQPQueue::delete

(PECL amqp >= Unknown)

AMQPQueue::deleteDelete a queue and its contents.

Beskrivelse

publicbool AMQPQueue::delete ( void )

Delete a queue from the broker, including its entire contents of unread or unacknowledged messages.

Parametre

This function has no parameters.

Fejl/Undtagelser

Throws AMQPChannelException if the channel is not open.

Throws AMQPConnectionException if the connection to the broker was lost.

Returnerings Værdier

Returns TRUE on success or FALSE on failure.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top