Minor version release that contains slightly substantial changes and fixes.
- Updated the
swift-rabbitmq
library to the v0.3.x series which contain some minor breaking changes for clarity of configuration and new helper methods that are now used in this library. - Fixes #12 by adding retry functionality to the binding of "message-type consumers" when the main queue consumer becomes ready.
- Adds new
withMassTransitConnection
,withRetryingMassTransitConnection
, andwithRunningMassTransitConsumer
helpers that can be used by applications or libraries for functionality or testing. - Adds unit tests for almost all
MassTransitConsumer
functionality, which goes towards #13.