Skip to content

Commit 2c7f188

Browse files
Cosmetics
1 parent 59aaa1a commit 2c7f188

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/com/rabbitmq/client/impl/recovery/AutorecoveringConnection.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -1068,7 +1068,8 @@ void deleteRecordedQueue(String queue) {
10681068

10691069
/**
10701070
* Exclude the queue from the list of queues to recover after connection failure.
1071-
* Intended to be used in usecases where you want to remove the queue from this connection's recovery list but don't want to delete the queue from the server.
1071+
* Intended to be used in scenarios where you want to remove the queue from this connection's recovery list but don't want to delete the queue from the server.
1072+
* For example, in tests.
10721073
*
10731074
* @param queue queue name to exclude from recorded recovery queues
10741075
* @param ifUnused if true, the RecordedQueue will only be excluded if no local consumers are using it.

0 commit comments

Comments
 (0)