|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value={TYPE,FIELD}) public static @interface JMSControl.Destination
The JMS destination annotation for a extended class method.
Required Element Summary | |
---|---|
String |
jndiConnectionFactory
The JNDI name of queue connection factory. |
String |
sendJndiName
The JNDI name of the queue or topic. |
Optional Element Summary | |
---|---|
JMSControl.AcknowledgeMode |
acknowledgeMode
The acknowledge mode. |
String |
jndiContextFactory
The JNDI context factory. |
String |
jndiPassword
The JNDI security credentials. |
String |
jndiProviderURL
The JNDI provider URL. |
String |
jndiUsername
The JNDI security principal. |
String |
sendCorrelationProperty
The Correlation-Id for messages. |
JMSControl.DestinationType |
sendType
The destination type (DestinationType). |
boolean |
transacted
True if send is transacted. |
Element Detail |
---|
public abstract String sendJndiName
public abstract String jndiConnectionFactory
public abstract String sendCorrelationProperty
public abstract JMSControl.DestinationType sendType
public abstract boolean transacted
public abstract JMSControl.AcknowledgeMode acknowledgeMode
public abstract String jndiContextFactory
public abstract String jndiProviderURL
public abstract String jndiUsername
public abstract String jndiPassword
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |