Package org.apache.storm.jms
-
Interface Summary Interface Description JmsMessageProducer JmsMessageProducer implementations are responsible for translating aorg.apache.storm.tuple.Values
instance into ajavax.jms.Message
object.JmsProvider AJmsProvider
object encapsulates theConnectionFactory
andDestination
JMS objects theJmsSpout
needs to manage a topic/queue connection over the course of it's lifecycle.JmsTupleProducer Interface to define classes that can produce a StormValues
objects from ajavax.jms.Message
object>.