"ovidiu.feodorov(a)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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...