[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: Incorporating Remoting http transport into Messaging
timfox
do-not-reply at jboss.com
Thu Sep 21 06:10:32 EDT 2006
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#3973201
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3973201
More information about the jboss-dev-forums
mailing list