Skip to content

agradical/phantomQ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

phantomQ

Its a generic remote queue push broker and worker service which provides abstraction layer for different implementations of queue services. Pushing and fetching an object to a remote queue can be done in simple steps.

Just extend your class to Queuable interface and annotate it with @QueueConfig(queueName="testQ") to make your class queueable and call broker service to push to your desired remote queue.

About

Generic queue push broker and worker service using just annotations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages