1 Reply Latest reply on Jun 3, 2008 6:52 PM by ron_sigal

    JMS Transport Protocol

    chatzi

      Hi

      Some simple questions:

      A) Has anyone ever tried implementing/using JMS as the underlying transport protocol for JBoss Remoting?
      B) Is there somewhere a guide on how to write a new transport protocol?

      Thanks & Regards
      Alex Chatziparaskewas

        • 1. Re: JMS Transport Protocol
          ron_sigal

           


          A) Has anyone ever tried implementing/using JMS as the underlying transport protocol for JBoss Remoting?


          Don't know that it's ever been done. It doesn't seem like a natural fit, since Remoting 2 works on an RPC model, so you'd probably have to go through some contortions to use JMS.


          B) Is there somewhere a guide on how to write a new transport protocol?


          If you look at Section "6. Adding a New Transport" in the latest edition of the Remoting Guide (http://www.jboss.org/jbossremoting/docs/guide/html/index.html), you'll see a discussion of how to *add* a new transport to Remoting. The hard part is *writing* the new transport, which, of course, depends on what you're trying to accomplish.

          Good luck, and let us know if you make any progress. Maybe you can contribute your very own transport!