1 Reply Latest reply on Jan 22, 2003 12:55 PM by fawce

    JMS network protocol

    lrebyc

      The jms spec does define a wire protocol. which communication protocols are used for JBoss JMS?
      Any hints, papers or documentation for it? Thanks!

        • 1. Re: JMS network protocol

          The wire protocol for each IL differs slightly. I've written a new IL that encodes all traffic in XML, (XIL). The protocol summary is available at: http://csil.sourceforge.net/xil_protocol.htm.

          I've submitted a patch on sourceforge that alters jboss-head, and I am currently implementing a C# client. Right now the client can subscribe to non-transacted, auto-acknowledge topics.