ppat / storm-rabbitmq

A library of tools for interacting with RabbitMQ from Storm.
MIT License
126 stars 77 forks source link

RabbitMQBolt addition. #20

Closed bdgould closed 9 years ago

bdgould commented 9 years ago

Upgraded to use newest Storm version (0.9.3) and RabbitMQ amqp-client (3.4.2).

Added a bolt and interface that allows users to make use of the RabbitMQProducer in a similar way to the RabbtMQSpout.

drazzib commented 9 years ago

Hi @bdgould!

Thanks for this contribution. It's a bit complicated to review this PR because improvements (like RabbitMQBolt feature) are mixed up with formatting changes and cleanup. Could you please resubmit this PR without formating changes ?

Best Regards!

bdgould commented 9 years ago

Will do. I had eclipse auto-formatting the code on save... Let me give it another shot.