Uses of Interface
org.apache.storm.jms.JmsProvider
Package
Description
-
Uses of JmsProvider in org.apache.storm.jms.bolt
Modifier and TypeMethodDescriptionvoid
JmsBolt.setJmsProvider
(JmsProvider provider) Set the JmsProvider used to connect to the JMS destination topic/queue. -
Uses of JmsProvider in org.apache.storm.jms.example
Modifier and TypeClassDescriptionclass
AJmsProvider
that uses the spring framework to obtain a JMSConnectionFactory
andDesitnation
objects. -
Uses of JmsProvider in org.apache.storm.jms.spout
Modifier and TypeMethodDescriptionvoid
JmsSpout.setJmsProvider
(JmsProvider provider) SetJmsSpout.jmsProvider
. -
Uses of JmsProvider in org.apache.storm.jms.trident
Modifier and TypeMethodDescriptionJmsState.Options.withJmsProvider
(JmsProvider provider) TridentJmsSpout.withJmsProvider
(JmsProvider provider) Set theJmsProvider
implementation that this Spout will use to connect to a JMSjavax.jms.Desination
.