[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 16:04:18 EDT 2006


"timfox" wrote : What I was expecting is if I make an invocation from the server to the client as is currently the case for delivering messages to clients, then the http transport is clever enough to realise it is only allowed to make invocations from client to server, so uses some kind of polling mechanism to get messages from server to client.

Here's the call on the server side that calls the callback server on the client side.  It's in ServerConsumerEndpoint.Deliver.run():

anonymous wrote : 
  |  MessagingMarshallable resp = (MessagingMarshallable)connection.getCallbackClient().invoke(mm);
  | 
  | 


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

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



More information about the jboss-dev-forums mailing list