public interface JmsMessageProducer extends Serializable
JmsMessageProducer implementations are responsible for translating a org.apache.storm.tuple.Values
instance into a javax.jms.Message
object.
Modifier and Type | Method and Description |
---|---|
javax.jms.Message |
toMessage(javax.jms.Session session,
ITuple input)
Translate a
org.apache.storm.tuple.Tuple object to a javax.jms.Message</code object. |
javax.jms.Message toMessage(javax.jms.Session session, ITuple input) throws javax.jms.JMSException
Translate a org.apache.storm.tuple.Tuple
object to a javax.jms.Message</code object.
session
- input
- javax.jms.JMSException
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.