Package org.apache.storm.jms.example
Class ExampleJmsTopology
- java.lang.Object
-
- org.apache.storm.jms.example.ExampleJmsTopology
-
public class ExampleJmsTopology extends Object
An example JMS topology.
-
-
Field Summary
Fields Modifier and Type Field Description static String
ANOTHER_BOLT
static String
FINAL_BOLT
static String
INTERMEDIATE_BOLT
static String
JMS_QUEUE_SPOUT
static String
JMS_TOPIC_BOLT
static String
JMS_TOPIC_SPOUT
-
Constructor Summary
Constructors Constructor Description ExampleJmsTopology()
-
-
-
Field Detail
-
JMS_QUEUE_SPOUT
public static final String JMS_QUEUE_SPOUT
- See Also:
- Constant Field Values
-
INTERMEDIATE_BOLT
public static final String INTERMEDIATE_BOLT
- See Also:
- Constant Field Values
-
FINAL_BOLT
public static final String FINAL_BOLT
- See Also:
- Constant Field Values
-
JMS_TOPIC_BOLT
public static final String JMS_TOPIC_BOLT
- See Also:
- Constant Field Values
-
JMS_TOPIC_SPOUT
public static final String JMS_TOPIC_SPOUT
- See Also:
- Constant Field Values
-
ANOTHER_BOLT
public static final String ANOTHER_BOLT
- See Also:
- Constant Field Values
-
-