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 _
) As AmqpChannel
C#
public AmqpChannel RecoverBasic(
	bool requeue
)
Visual C++
public:
AmqpChannel^ RecoverBasic(
	bool requeue
)

Parameters

requeue
Type: System..::..Boolean
Requeue the message

Return Value

AmqpChannel

See Also