0 Replies Latest reply on May 3, 2010 2:08 AM by mlaverd

    How to make a service to handle Protocol Buffers directly?

    mlaverd

       

      Hello everyone,

      I'm interested in building a JBoss service. Because I'm reusing some existing code, the service must be able to talk SSL/TLS and Protocol Buffers.

      The documentation I see on the JBoss wiki makes it look like services have their transport and data interpretation handled by JBoss itself. Is it really the case?

      How could I implement this requirement?