Skip to content

Swift MassTransit Wrappers v0.3.0

Latest
Compare
Choose a tag to compare
@xtremekforever xtremekforever released this 13 Feb 13:59
501e079

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, and withRunningMassTransitConsumer 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.