[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: Incorporating Remoting http transport into Messaging

timfox do-not-reply at jboss.com
Fri Sep 22 04:06:00 EDT 2006


Sounds good.

One of the key requirements here is that the code should work the same irrespective of whether we're using the socket, transport, http transport or whatever.

I.e. we want to avoid stuff like:


  | 
  | if (transport == http)
  | {
  | //do it this way
  | }
  | else
  | {
  | //do it this way
  | }
  | 
  | 

If you can find a way of doing that, that's great.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973488#3973488

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3973488



More information about the jboss-dev-forums mailing list