Skip to content
This repository was archived by the owner on Jan 4, 2022. It is now read-only.

Releases: eswann/Burrows

Major fixes for Error Queue

28 Jan 19:21

Choose a tag to compare

Found some issues in the error handing of Consumers where:

  • Consumers were republishing messages back to their own queue twice on error due to a flag being set incorrectly.
  • Due to the some overzealous refactoring, error queues were not being created or published to.
  • The loopback transport was not being set up properly.
  • Synced up the version of Stact and Magnum