RabbitMQBolt that provides the ability to determine whether a message should be published
based on the input tuple
This class is sort of an SPI meaning that it is meant to be subclassed
and the method ConditionalPublishingRabbitMQBolt.shouldPublish(backtype.storm.tuple.Tuple)
to be overridden with the custom decision logicTuple on the Storm stream to a Message
for posting to RabbitMQ.Bolt for producing messages to RabbitMQ from a Storm
topology.Tuples to Message objects for posting on a RabbitMQ
exchange.Copyright © 2013-2015. All Rights Reserved.