Uses of Package
org.apache.storm.jms
Packages that use org.apache.storm.jms
Package
Description
-
Classes in org.apache.storm.jms used by org.apache.storm.jms.boltClassDescriptionJmsMessageProducer implementations are responsible for translating a
org.apache.storm.tuple.Values
instance into ajavax.jms.Message
object.AJmsProvider
object encapsulates theConnectionFactory
andDestination
JMS objects theJmsSpout
needs to manage a topic/queue connection over the course of it's lifecycle. -
Classes in org.apache.storm.jms used by org.apache.storm.jms.exampleClassDescriptionA
JmsProvider
object encapsulates theConnectionFactory
andDestination
JMS objects theJmsSpout
needs to manage a topic/queue connection over the course of it's lifecycle.Interface to define classes that can produce a StormValues
objects from ajavax.jms.Message
object>. -
Classes in org.apache.storm.jms used by org.apache.storm.jms.spoutClassDescriptionA
JmsProvider
object encapsulates theConnectionFactory
andDestination
JMS objects theJmsSpout
needs to manage a topic/queue connection over the course of it's lifecycle.Interface to define classes that can produce a StormValues
objects from ajavax.jms.Message
object>. -
Classes in org.apache.storm.jms used by org.apache.storm.jms.tridentClassDescriptionJmsMessageProducer implementations are responsible for translating a
org.apache.storm.tuple.Values
instance into ajavax.jms.Message
object.AJmsProvider
object encapsulates theConnectionFactory
andDestination
JMS objects theJmsSpout
needs to manage a topic/queue connection over the course of it's lifecycle.Interface to define classes that can produce a StormValues
objects from ajavax.jms.Message
object>.