I want to crete an application with Quarkus implementing the external task pattern for workers. No need for engine itself in this specific application because it is implemented in another application/microservice.
What dependency to assume?
Is there any good example to look at?
Most of the examples I can find on the web is built with Spring Boot (as also is the recommanded way?). But as mentioned I would like Quarkus to better align with our company profile.