0 Replies Latest reply on May 20, 2015 4:31 AM by filipd

    JBoss serialization configuration

    filipd

      Hello! I'm trying to boost remote serialization in JBoss 7.2.0 so I wonder if it is possible by using third-party library (like FST or Kryo).

      I've also tried to extend org.jboss.remoting.serialization.SerializationManager and implement new serialization manager, and set it by adding -Dserialization.jboss=false and -Dserialization="serialization_manager_path" into environment variable but it doesn't change anything. Is there any way to do that?

      Regards.