You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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.
1072
1073
*
1073
1074
* @param queue queue name to exclude from recorded recovery queues
1074
1075
* @param ifUnused if true, the RecordedQueue will only be excluded if no local consumers are using it.
0 commit comments