@FunctionalInterface public interface JmsSenderTemplateCallback
| Modifier and Type | Method and Description |
|---|---|
void |
doInJmsSession(javax.jms.Session session)
Performs some application-specific processing on the
underlying JMS session.
|
void doInJmsSession(javax.jms.Session session)
throws javax.jms.JMSException
session - The JMS session, as managed by the JmsSenderTemplate classes.javax.jms.JMSException - On errors.Copyright © 2023. All rights reserved.