For JMS traffic (e.g. messages) going from server to client, how do you do this?
(Obviously you can't have a HTTP server on the client accepting connections)
Do you poll the server from the client intermittently, or do you piggyback server to
client traffic on return values of client to server traffic, or both?
BTW all the stream stuff in the marshaller is a big pain.
I have been having related issues since as you realised remoting always passes in a
ObjectInput/Ouput Stream.
In TRUNK I have changed all this so that now the underlying stream is passed in, so
you're changes in that area may not be necessary.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973201#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...