reject abstract method

void reject(
  1. bool requeue
)

Reject this message because the client cannot process it.

If the requeue flag is set, then the server will attempt to forward the rejected message to another client.

Implementation

void reject(bool requeue);