I just touch celery and java for 2 days. :(
Right now, I have a task that java client send task through rabbitmq. Celery will be the worker to handle task.
I know it's easy for Python->rabbitmq->celery. But can I do this by java->rabbitmq->celery ?
The draft idea is that serialization the java function by JSON and then send by rabbitmq, and then handle by celery.
It's better to have example code and could be run directly
thanks