arempe93 / bunny-mock

A mock client for RabbitMQ modeled after the Bunny client in ruby
http://www.rubydoc.info/github/arempe93/bunny-mock
MIT License
44 stars 37 forks source link

don't modify the routing key when delivering #5

Closed austinmoore closed 8 years ago

austinmoore commented 8 years ago

When publishing to a topic exchange, the routing key was being modified (see spec).

By the way, thanks for creating this gem. Nice work.

arempe93 commented 8 years ago

Thanks for the PR! Glad you appreciate the gem