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 SummaryModifier and TypeMethodDescriptionjavax.jms.ConnectionFactoryProvides the JMSConnectionFactory.javax.jms.DestinationProvides theDestination(topic or queue) from which theJmsSpoutwill receive messages.