0 Replies Latest reply on Apr 16, 2012 3:26 PM by sumitsu

    AS7 EJB remote-invocation properties: PooledInvoker equivalents?

    sumitsu

      The EJB3 PooledInvoker remote-invocation architecture in AS 4.2.x provides a server-side means to configure a number of properties via the server-side EJB3 deployer configuration:

       

      https://community.jboss.org/wiki/PooledInvoker

       

      Is there any equivalent way to specify those configuration properties under the AS7 EJB invocation architecture (https://docs.jboss.org/author/display/AS71/EJB+invocations+from+a+remote+client+using+JNDI)?  It doesn't matter to me whether they must be specified on the client-side or the server-side, as long as they are available.

       

      As of 1.0.6 of the new EJB client, It looks like the SocketTimeout server-side configuration under AS 4 may be covered by the client-side configuration invocation.timeout under AS7.  (Correct me if I am mistaken.)  I haven't been able to find any way to set other PooledInvoker parameters, such as the thread pool size (MaxPoolSize, ClientMaxPoolSize), EnableTcpNoDelay, etc., however.  Could anyone advise?