Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does the java world have a task queue similar to celery?

Tags:

java

queue

celery

Seeing as java is so mature, I'm hoping someone can tell me if java has something similar to http://celeryproject.org/

It is a distributed task queue.

I'm writing to rabbitmq, and want to know what options there are other than celery.

like image 576
Blankman Avatar asked Apr 09 '11 12:04

Blankman


2 Answers

Seems Octobot would be something you should look into. Haven't used it though.

like image 68
Lucas Zamboulis Avatar answered Oct 16 '22 23:10

Lucas Zamboulis


Does using Celery through Jython work for you? Jython is cited as working with Celery so you might be able to use the best of both worlds there.

like image 22
JUST MY correct OPINION Avatar answered Oct 16 '22 21:10

JUST MY correct OPINION