@Nullable abstract fun doInJms(session: Session, browser: QueueBrowser): T
Perform operations on the given javax.jms.Session and javax.jms.QueueBrowser.
session - the JMS Session object to use
browser - the JMS QueueBrowser object to use
javax.jms.JMSException - if thrown by JMS API methods
Return
a result object from working with the Session, if any (or null if none)