Polishing

This commit is contained in:
Sam Brannen
2021-06-07 13:24:46 +02:00
parent f854803e18
commit f0f450a18d
6 changed files with 19 additions and 25 deletions

View File

@@ -423,6 +423,7 @@ public class CachingConnectionFactory extends SingleConnectionFactory {
return new CachedMessageProducer(producer);
}
@SuppressWarnings("resource")
private MessageConsumer getCachedConsumer(Destination dest, @Nullable String selector,
@Nullable Boolean noLocal, @Nullable String subscription, boolean durable) throws JMSException {