Proximo is a proxy for multiple different publish-subscribe queuing systems.
This version of proximo was originally maintained as a fork of github.com/uw-labs/proximo with various UW specific tweaks - primarily the addition of operational endpoints. At some stage after this fork was created, github.com/uw-labs/proximo was updated to make various parts exported. This led to github.com/utilitywarehouse/uw-proximo, which achieves the same goals of this fork, but without having to keep in sync with an upstream git repository (instead github.com/uw-labs/proximo is imported via Go modules and kept up to date). With that being the case, this fork is no longer actively maintained. Instead you should look to use:
- github.com/utilitywarehouse/uw-proximo if you wish to run proximo with operational endpoints available
- github.com/uw-labs/proximo if you wish to run proximo bare bones