@Inherited @Retention(value=RUNTIME) @Target(value=FIELD) public @interface JmsTopicDestination
| Modifier and Type | Required Element and Description |
|---|---|
String |
connectionFactory |
String |
name |
String |
topicJndiName |
| Modifier and Type | Optional Element and Description |
|---|---|
String |
acknowledgeMode |
boolean |
noLocal |
Class<? extends GravityDestinationSecurizer> |
securizer |
boolean |
sessionSelector |
boolean |
textMessages |
boolean |
transactedSessions |
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