public interface MessageCreationStrategy
| Modifier and Type | Method and Description |
|---|---|
javax.jms.Message |
createJMSMessage(String beanId,
ExecutionContext context,
javax.jms.Session jmsSession)
Create a JMS Message object with the content of Java Object
identified by beanId.
|
javax.jms.Message createJMSMessage(String beanId, ExecutionContext context, javax.jms.Session jmsSession) throws SmooksException
beanId - - the beanId of the Java Object to populate the JMS Message body withcontext - jmsSession - SmooksExceptionCopyright © 2020. All rights reserved.