open static fun closeQueueRequestor(@Nullable requestor: QueueRequestor): Unit
Close the given JMS QueueRequestor and ignore any thrown exception. This is useful for typical finally blocks in manual JMS code.
finally
requestor - the JMS QueueRequestor to close (may be null)
requestor
null