-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
currently QueueItem.params is a string:
Because of this it is not possible to "easily" filter items from the queue by using the api.
I think making it a Map<String,String> would be enough.