Skip to content

Example project to demonstrate use of quarkus , quartz and qute for batch processing use case

Notifications You must be signed in to change notification settings

litts/quarkus-scheduler-with-cdi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quarkus-scheduler-with-cdi project

This project uses Quarkus, the Supersonic Subatomic Java Framework.

This project shows an example of using quarkus with quartz to offload rest request to a background process (quartz job) to process in batch mode. It also demostrate the use of qute component to facilitate emailing capabilities using jobs (quartz)

In order to be abe to inject a bean from within a job annotate with @Unremovable refer to https://quarkus.io/guides/cdi-reference#remove_unused_beans

About

Example project to demonstrate use of quarkus , quartz and qute for batch processing use case

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published