Package org.apache.storm.jms
Interface JmsProvider
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
SpringJmsProvider
A
JmsProvider
object encapsulates the ConnectionFactory
and Destination
JMS objects the JmsSpout
needs to manage
a topic/queue connection over the course of it's lifecycle.-
Method Summary
Modifier and TypeMethodDescriptionjavax.jms.ConnectionFactory
Provides the JMSConnectionFactory
.javax.jms.Destination
Provides theDestination
(topic or queue) from which theJmsSpout
will receive messages.