Package org.apache.storm.jms
Interface JmsMessageProducer
- All Superinterfaces:
Serializable
JmsMessageProducer implementations are responsible for translating
a
org.apache.storm.tuple.Values
instance into a
javax.jms.Message
object.-
Method Summary
-
Method Details
-
toMessage
Translate aorg.apache.storm.tuple.Tuple
object to ajavax.jms.Message
object.- Throws:
javax.jms.JMSException
-