anonymous wrote :
| 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.
anonymous wrote :
| 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!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4155509#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...