[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 14:44:12 EDT 2006
anonymous wrote : For JMS traffic (e.g. messages) going from server to client, how do you do this?
Sorry, Tim, I'm not sure what "this" refers to. But, actually, when you start a callback connector on the client with the http transport, the server side invoker functions like an HTTP server. The message is handled by a Tomcat connector, which calls CoyoteInvoker.service(). Tom could tell you more about it. Before he replaced it with CoyoteInvoker, he wrote HTTPServerInvoker, which is an HTTP/1.1 complient server.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973369#3973369
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3973369
More information about the jboss-dev-forums
mailing list