1 Reply Latest reply on Mar 4, 2008 12:48 PM by fl_

    Switching Java-serialization to JBoss-serialization for remo

    fl_

      Hello,

      I try to increase performance of out application. It is quite simple event processing application. During event processing it is required to communicate with few services that are exposed via EJB3 remote interface.
      I can't change remote interface to local, because we work in cluster and it is not necessary true that local service will be used.

      I was read about JBoss-serialization and JBoss-remoting, that it can be way to increase serialization performance.
      It is possible (and how?) to switch serialization for remote EJB3 invocation ?

      BR,
      fl