@Target(value={}) @Retention(value=RUNTIME) public @interface Queue
QueueBinding
.Modifier and Type | Optional Element and Description |
---|---|
String[] |
admins
Return a list of admin bean names that should declare this component.
|
Argument[] |
arguments |
String |
autoDelete
Specifies if this queue should be auto deleted when not used.
|
String |
declare |
String |
durable
Specifies if this queue should be durable.
|
String |
exclusive
Specifies if this queue should be exclusive.
|
String |
ignoreDeclarationExceptions |
String |
name |
String |
value |
public abstract String durable
Queue.isDurable()
public abstract String exclusive
Queue.isExclusive()
public abstract String autoDelete
Queue.isAutoDelete()
public abstract String ignoreDeclarationExceptions
public abstract Argument[] arguments
public abstract String declare
public abstract String[] admins