I just touch celery and java for 2 days .:(
Now I have a task so that the java client sends the task via rabbitmq. Celery will be working to do the job.
I know this is easy for Python-> rabbitmq-> celery. But can I do this via java-> rabbitmq-> celery?
The idea behind the project is to serialize the JSON java function and then send it to the rabbit and then process it with celery.
Better to have sample code and you can run it directly
thanks
source share