|
Java API Reference for Oracle Infrastructure Web Services 11 Release 1 (11.1.1) E10654-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface AsyncWebServiceQueue
The AsyncWebServiceQueue annotation describes the JMS queue that will be used to store the asynchronous requests for later processing.
| Optional Element Summary | |
|---|---|
String |
connectionFactoryThe JNDI name of the QueueConnectionFactory |
boolean |
enableTransactionIf transaction is to be used for request-side MDB that processes messages from this queue. |
String |
queueThe JNDI name of the JMS queue where asynchronous requests will be hold for processing |
public abstract String connectionFactory
public abstract String queue
public abstract boolean enableTransaction
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||