Annotation Type Queue
-
@Target({}) @Retention(RUNTIME) public @interface QueueA queue definition used within the bindings attribute of aQueueBinding.- Since:
- 1.5
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.String[]adminsReturn a list of admin bean names that should declare this component.Argument[]argumentsjava.lang.StringautoDeleteSpecifies if this queue should be auto deleted when not used.java.lang.Stringdeclarejava.lang.StringdurableSpecifies if this queue should be durable.java.lang.StringexclusiveSpecifies if this queue should be exclusive.java.lang.StringignoreDeclarationExceptionsjava.lang.Stringnamejava.lang.Stringvalue
-
-
-
-
arguments
Argument[] arguments
- Returns:
- the arguments to apply when declaring this queue.
- Since:
- 1.6
- Default:
- {}
-
-