Skip to content

Commit 5fe09ed

Browse files
committed
correct comment
1 parent 94bccd5 commit 5fe09ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/rabbitmq/client/Channel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ Queue.DeclareOk queueDeclare(String queue, boolean durable, boolean exclusive, b
463463
* containing the received message being rejected.
464464
* @see com.rabbitmq.client.AMQP.Basic.Reject
465465
* @param deliveryTag the tag from the received {@link com.rabbitmq.client.AMQP.Basic.GetOk} or {@link com.rabbitmq.client.AMQP.Basic.Deliver}
466-
* @param requeue true if the rejected message should be requeued rather than discarded
466+
* @param requeue true if the rejected message should be requeued rather than discarded/dead-lettered
467467
* @throws java.io.IOException if an error is encountered
468468
*/
469469
void basicReject(long deliveryTag, boolean requeue) throws IOException;

0 commit comments

Comments
 (0)