How to implement a task queue using Apache Artemis and Spring Boot
Huge Thank You to
Gauthier for writing the above guide on how to implement a JMS. Without it this implementation of Artemis
would have either taken way longer or never happened at all. I managed to translate their Kotlin-code to Java and make
the necessary changes to fully implement it in ServerPackCreator.
Base class from which
GenerateCurseProject and
ScanCurseProject extend. See the aforementioned classes for
an example on how a new task class should be implemented. All new task must extend this class.