2 Replies Latest reply on Jul 10, 2009 11:32 PM by ron_sigal

    binary protocol?

      Sorry if my question is silly
      Is Jboss Remoting a binary protocols or am XML-based protocol?
      Thank you

        • 1. Re: binary protocol?
          trustin

          Hi mattlf,

          JBoss Remoting is based on a binary protocol. Most of the data in the wire is serialized Java objects, either serialized by standard Java serialization or JBoss Serialization. Ron, please correct me if I'm wrong. :)

          HTH

          • 2. Re: binary protocol?
            ron_sigal

            You are quite correct, Trustin. I would add only that the http and servlet transports use http connections, so the serialized objects are encoded. But there's no XML.