This method asks the server to redeliver all unacknowledged messages on a specified channel.

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

Syntax

Visual Basic
Public Function RecoverBasic ( _
	requeue As Boolean, _
	callback As AmqpEventHandler _
) As AmqpChannel
C#
public AmqpChannel RecoverBasic(
	bool requeue,
	AmqpEventHandler callback
)
Visual C++
public:
AmqpChannel^ RecoverBasic(
	bool requeue, 
	AmqpEventHandler^ callback
)

Parameters

requeue
Type: System..::..Boolean
Requeue the message
callback
Type: Kaazing.AMQP..::..AmqpEventHandler
Method to be called on success

Return Value

AmqpChannel

See Also