Skip navigation links

Java API Reference for Oracle Infrastructure Web Services
11
Release 1 (11.1.1)

E10654-02


oracle.webservices.annotations.async
Annotation Type AsyncWebServiceQueue


@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 connectionFactory
          The JNDI name of the QueueConnectionFactory
 boolean enableTransaction
          If transaction is to be used for request-side MDB that processes messages from this queue.
 String queue
          The JNDI name of the JMS queue where asynchronous requests will be hold for processing

 

connectionFactory

public abstract String connectionFactory
The JNDI name of the QueueConnectionFactory
Default:
""

queue

public abstract String queue
The JNDI name of the JMS queue where asynchronous requests will be hold for processing
Default:
""

enableTransaction

public abstract boolean enableTransaction
If transaction is to be used for request-side MDB that processes messages from this queue.
Default:
false

Skip navigation links

Copyright © 2006, 2009 Oracle. All Rights Reserved.