Uses of Interface
org.apache.storm.jms.JmsProvider
Packages that use JmsProvider
Package
Description
-
Uses of JmsProvider in org.apache.storm.jms.bolt
Methods in org.apache.storm.jms.bolt with parameters of type JmsProviderModifier 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
Classes in org.apache.storm.jms.example that implement JmsProviderModifier and TypeClassDescriptionclass
AJmsProvider
that uses the spring framework to obtain a JMSConnectionFactory
andDesitnation
objects. -
Uses of JmsProvider in org.apache.storm.jms.spout
Methods in org.apache.storm.jms.spout with parameters of type JmsProviderModifier and TypeMethodDescriptionvoid
JmsSpout.setJmsProvider
(JmsProvider provider) SetJmsSpout.jmsProvider
. -
Uses of JmsProvider in org.apache.storm.jms.trident
Methods in org.apache.storm.jms.trident with parameters of type JmsProviderModifier 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
.