You can create a release to package software, along with release notes and links to binary files, for other people to use. Learn more about releases in our docs.
This tutorial builds on the first one and introduces Work Queues. Instead of all messages going to a single consumer, multiple workers can share the load. Queue is declared durable to survive broker ...