This method removes all messages from a queue which are not awaiting acknowledgment.

Namespace:  Kaazing.AMQP
Assembly:  Kaazing.AMQP (in Kaazing.AMQP.dll)

Syntax

Visual Basic
Public Function PurgeQueue ( _
	queue As String, _
	noWait As Boolean _
) As AmqpChannel
C#
public AmqpChannel PurgeQueue(
	string queue,
	bool noWait
)
Visual C++
public:
AmqpChannel^ PurgeQueue(
	String^ queue, 
	bool noWait
)

Parameters

queue
Type: System..::..String
Queue
noWait
Type: System..::..Boolean
No - Wait

Return Value

AmqpChannel

See Also