Annotation Type InternalQueueConfiguration.Config
-
public static @interface InternalQueueConfiguration.Config
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description String
queue_name
String[]
queue_topics
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description boolean
queue_keepJobs
double
queue_maxparallel
boolean
queue_preferRunOnCreationInstance
String
queue_priority
int
queue_retries
long
queue_retrydelay
int
queue_threadPoolSize
String
queue_type
int
service_ranking
String
webconsole_configurationFactory_nameHint
-
-
-
Element Detail
-
queue_name
String queue_name
-
-
-
queue_topics
String[] queue_topics
-
-
-
queue_type
String queue_type
- Default:
- "UNORDERED"
-
-
-
queue_priority
String queue_priority
- Default:
- "NORM"
-
-
-
webconsole_configurationFactory_nameHint
String webconsole_configurationFactory_nameHint
- Default:
- "Queue: {queue.name}"
-
-