Author: jmesnil
Date: 2010-08-06 08:52:15 -0400 (Fri, 06 Aug 2010)
New Revision: 9514
Modified:
trunk/docs/user-manual/en/appserver-integration.xml
Log:
Resource Adapter documentation
* add description of SetupAttempts and SetupInterval properties
Modified: trunk/docs/user-manual/en/appserver-integration.xml
===================================================================
--- trunk/docs/user-manual/en/appserver-integration.xml 2010-08-05 21:32:38 UTC (rev
9513)
+++ trunk/docs/user-manual/en/appserver-integration.xml 2010-08-06 12:52:15 UTC (rev
9514)
@@ -821,6 +821,18 @@
<entry>Boolean</entry>
<entry>Whether or not use JNDI to look up the
destination (default is true)</entry>
</row>
+ <row>
+ <entry>SetupAttempts</entry>
+ <entry>Integer</entry>
+ <entry>Number of attemps to setup a JMS connection
(default is 10). It is possible
+ that the MDB is deployed before the JMS resources are
available. In that case, the resource
+ adapter will try to setup several times until the
resources are available</entry>
+ </row>
+ <row>
+ <entry>SetupInterval</entry>
+ <entry>Long</entry>
+ <entry>Interval in seconds between consecutive
attemps to setup a JMS connection (default is 2 seconds)</entry>
+ </row>
</tbody>
</tgroup>
</table>
Show replies by date