v2.5.0
Two contributions by @patrikwlund:
- Better compliance: No more unique singleton-based connection. See PR #122 for details.
- New feature: by passing a boolean to the constructor of
AddUp.RabbitMQ.Fakes.RabbitServer
, one can opt into using blocking delivery (the default remains non-blocking). This helps simplifying unit tests in scenarios where one is not interested in simulating a real RabbitMQ behavior (avoids asynchronous waiting for messages delivery). See PR #123 for details.