public abstract class Task
extends java.lang.Object
implements java.io.Serializable
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.