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

Adding blocked status #42

Open danielbdias opened 5 years ago

danielbdias commented 5 years ago

In current version of bunny, we have a method to check if a Bunny::Session is blocked when RabbitMQ has some issue.

I'm adding this method here with blocked? always false to have this method in BunnyMock::Session too.