Annotation Type InternalQueueConfiguration.Config
- Enclosing class:
- InternalQueueConfiguration
public static @interface InternalQueueConfiguration.Config
-
Required Element Summary
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionboolean
double
boolean
int
long
int
int
-
Element Details
-
-
queue_type
String queue_type- Default:
- "UNORDERED"
-
queue_priority
String queue_priority- Default:
- "NORM"
-
queue_retries
int queue_retries- Default:
- 10
-
queue_retrydelay
long queue_retrydelay- Default:
- 2000L
-
queue_maxparallel
double queue_maxparallel- Default:
- 15.0
-
queue_keepJobs
boolean queue_keepJobs- Default:
- false
-
queue_preferRunOnCreationInstance
boolean queue_preferRunOnCreationInstance- Default:
- false
-
queue_threadPoolSize
int queue_threadPoolSize- Default:
- 0
-
service_ranking
int service_ranking- Default:
- 0
-
webconsole_configurationFactory_nameHint
String webconsole_configurationFactory_nameHint- Default:
- "Queue: {queue.name}"
-