Add contribution here
- #27: Allow
Session#create_channel
to accept additional args - @eebs - #20: Adds implementation of
ack
andnack
- @dwhenry
- #19: Adds support for JRuby with Bunny 1.7.0 - @TimothyMDean
- #16: Fixes wildcard implementation for topic exchanges - @arempe93
- #15: Changes to
Queue#pop
api to match Bunny - @arempe93
- #12: Adds
basic_publish
functionality toChannel
- @podung - #13: Add
confirm_select
method stub - @baelter
- #5: Fixes
routing_key
being modified when delivering in a topic exchange - @austinmoore
- Adds
with_channel
functionality toBunnyMock::Session
- Renames
BunnyMock::Exchange#has_binding?
toBunnyMock::Exchange#routes_to?
- Adds
Bunny
as a dependency to use its exceptions
- Moves queue and exchange storage to
BunnyMock::Session
- Adds
queue_exists?
andexchange_exists?
methods toBunnyMock::Session
First stable release!