This method allows a client to reject a message.
Namespace:
Kaazing.AMQPAssembly: Kaazing.AMQP (in Kaazing.AMQP.dll)
Syntax
Visual Basic |
---|
Public Function RejectBasic ( _ deliveryTag As Long, _ requeue As Boolean _ ) As AmqpChannel |
C# |
---|
public AmqpChannel RejectBasic( long deliveryTag, bool requeue ) |
Visual C++ |
---|
public: AmqpChannel^ RejectBasic( long long deliveryTag, bool requeue ) |
Parameters
- deliveryTag
- Type: System..::..Int64
Delivery Tag
- requeue
- Type: System..::..Boolean
Requeue the message