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

closeQueueRequestor

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.

Parameters

requestor - the JMS QueueRequestor to close (may be null)