spring-framework / org.springframework.jms.core / BrowserCallback / doInJms

doInJms

@Nullable abstract fun doInJms(session: Session, browser: QueueBrowser): T

Perform operations on the given javax.jms.Session and javax.jms.QueueBrowser.

Parameters

session - the JMS Session object to use

browser - the JMS QueueBrowser object to use

Exceptions

javax.jms.JMSException - if thrown by JMS API methods

Return
a result object from working with the Session, if any (or null if none)