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