Andrew Rempe

Results 13 comments of Andrew Rempe

hey @aiomaster - thanks for the PR! i'll try to take a look and merge it soon 👍

of course @arnodirlam - make a PR and we can talk about migration

Maybe I can add some more callbacks to the exchanges to allow for custom exchange types. If an exchange received `deliver` (which it does now) and some sort of `on_bind`...

How do you declare the recent history exchange in your bunny code btw?

Ok I'll look at the relevant bunny code to see if we can hook into that for custom exchanges

If you have an idea of how to make this work, you can submit a PR for it. Or you could explain what needs to happen with regards to acks,...

I think supporting Bunny 2.0 is a priority - but if you have a PR that allows support for older versions that doesn't tread on 2.0 support I would love...

Sure! All you have to do is run the command `rake` (which is like a ruby version of Makefile if you're more familiar with that). I set the default task...

Hmmm....seems to me like trouble with JRuby and Bunny see: https://github.com/ruby-amqp/bunny/issues/363

Maybe doing some fancy gemspec magic like in the [gemspec for onelogin/ruby-saml](https://github.com/onelogin/ruby-saml/blob/master/ruby-saml.gemspec) is the solution?