We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f14a894 commit 8c38774Copy full SHA for 8c38774
spring-rabbit/src/main/java/org/springframework/amqp/rabbit/connection/CachingConnectionFactory.java
@@ -177,8 +177,6 @@ public enum CacheMode {
177
/** Synchronization monitor for the shared Connection. */
178
private final Object connectionMonitor = new Object();
179
180
- /** Executor used for deferred close if no explicit executor set. */
181
- private final ExecutorService deferredCloseExecutor = Executors.newCachedThreadPool();
182
/**
183
* Executor used for deferred close if no explicit executor set.
184
*/
0 commit comments