public interface JmsMessageCreator<T>
Message from the raw event.| Modifier and Type | Method and Description |
|---|---|
javax.jms.Message |
toMessage(T event,
Map<String,Object> headerMap,
javax.jms.Session session)
Convert the raw event to a JMS Message using the supplied session
to create the message object.
|
javax.jms.Message toMessage(T event, Map<String,Object> headerMap, javax.jms.Session session) throws javax.jms.JMSException
event - the event to convertheaderMap - the headers for the JMS messagesession - the Session to use for creating a JMS Messagejavax.jms.JMSException - if thrown by JMS API methodsCopyright © 2022 Flowable. All rights reserved.