crabhi / celery-java

Java implementation of Celery client and worker
MIT License
97 stars 27 forks source link

Can not support sending message to a queue with priority #14

Open StonesGitHub opened 6 years ago

StonesGitHub commented 6 years ago

Currently , the library can not support sending message to a queue with priority, due to a default setting of priority to null in the code. Pls checkout if it is fine to add such feature, which is widely used in production env

13