@Inherited @Retention(value=RUNTIME) @Target(value=FIELD) public @interface ActiveMQTopicDestination
| Modifier and Type | Required Element and Description |
|---|---|
String |
brokerUrl |
String |
connectionFactory |
String |
name |
String |
topicJndiName |
| Modifier and Type | Optional Element and Description |
|---|---|
String |
acknowledgeMode |
boolean |
createBroker |
boolean |
durable |
String |
fileStoreRoot |
boolean |
noLocal |
Class<? extends GravityDestinationSecurizer> |
securizer |
boolean |
sessionSelector |
boolean |
textMessages |
boolean |
transactedSessions |
boolean |
waitForStart |
public abstract String connectionFactory
public abstract String topicJndiName
public abstract boolean noLocal
public abstract boolean sessionSelector
public abstract Class<? extends GravityDestinationSecurizer> securizer
public abstract boolean textMessages
public abstract String acknowledgeMode
public abstract boolean transactedSessions
public abstract boolean createBroker
public abstract boolean waitForStart
public abstract boolean durable
public abstract String fileStoreRoot