giraffi / fluent-plugin-amqp

Use AMQP broker to send or receive messages via FluentD
MIT License
15 stars 31 forks source link

Bunny api fixes #1

Closed ap4y closed 10 years ago

ap4y commented 10 years ago

Changed subscribe api call so it will work with the current version of the bunny gem.

sawanoboly commented 10 years ago

Thanks @ap4y .

What version of Bunny for this change ? Could you define to gemspec?

ap4y commented 10 years ago

hey @sawanoboly I updated gemspec and corrected a bit gemfile if you don't mind. I also rebased this PR so it should be ready to merge. Thanks!

sawanoboly commented 10 years ago

@ap4y

Thanks! v0.2.0 Released. https://rubygems.org/gems/fluent-plugin-amqp

ap4y commented 10 years ago

Thanks a lot!