-
Type:
Bug
-
Resolution: Fixed
-
Priority:
High
-
Affects Version/s: 3.1-m6
-
Component/s: Core - OSGi Plugins Platform
NOTE: Marked as critical as it breaks plugin backwards compatibility
Somebody had fun with TaskQueueFlushJob ![]()
I think the intention is to handle everything through setters however there is no (documented) option to set the queue name. So what has to happen is either or these:
- Make TaskQueueFlushJob backwards compatible and use abstract String getKeyName() again
- Leave it the way it is (ouch!) but allow for the queueName to be set in the job module type (using the module key?)
Also, the documentation has to be updated.
Note that there is no way of defining jobs using the spring module type, see my comment