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

ron_sigal do-not-reply at jboss.com
Thu Sep 21 15:23:49 EDT 2006


"ovidiu.feodorov at jboss.com" wrote : That's not good.
  | 
  | This is exactly what we DON'T want, a server running on the client side.
  | 
  | The whole idea with HTTP is that the user does not need to open any inboud client-side firewal ports to receive asynchonous notifications.
  | 
  | The remoting runtime should poll on the client side, not start a HTTP server.

Sorry - I was thinking of push callbacks.  There is also a pull callback mechanism, in which the callbacks are retrieved by calling

org.jboss.remoting.Client.getCallbacks()

Which is used depends on how callbacks are configured by way of the call to

org.jboss.remoting.Client.addListener()

I don't remember off hand how that is done in Messaging.

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

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



More information about the jboss-dev-forums mailing list