Commit 22d22b9
committed
CCF.CChInvH: physicalClose() on ShutdownSignalException
The `publisherCallbackChannel.waitForConfirms()` may fail with a `ShutdownSignalException`
indicating that channel is closed on the broker.
So, treat it as a `TimeoutException` and proceed with a `physicalClose()` logic
**Auto-cherry-pick to `3.0.x`**
Related to #26401 parent 0049ce7 commit 22d22b9
File tree
1 file changed
+1
-1
lines changed- spring-rabbit/src/main/java/org/springframework/amqp/rabbit/connection
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1324 | 1324 | | |
1325 | 1325 | | |
1326 | 1326 | | |
1327 | | - | |
| 1327 | + | |
1328 | 1328 | | |
1329 | 1329 | | |
1330 | 1330 | | |
| |||
0 commit comments