spring-framework / org.springframework.jms.support / JmsUtils / closeQueueBrowser

closeQueueBrowser

open static fun closeQueueBrowser(@Nullable browser: QueueBrowser): Unit

Close the given JMS QueueBrowser and ignore any thrown exception. This is useful for typical finally blocks in manual JMS code.

Parameters

browser - the JMS QueueBrowser to close (may be null)