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.
finally
browser - the JMS QueueBrowser to close (may be null)
browser
null