ptgoetz / storm-jms

Storm JMS Integration
Apache License 2.0
78 stars 66 forks source link

Trident jms spout #7

Closed AndyToone closed 10 years ago

AndyToone commented 11 years ago

A version of the JmsSpout written as an implementation of ITridentSpout. Using the plain JmsSpout with Storm results in missed batches when Trident wraps it with the RichBatchSpoutExecutor.

chrisajackson commented 11 years ago

Would be great to hear if this can be merged into storm-jms, or how we need to modify to be acceptable to the project