I'm trying to figure out a way to have a stateful session bean send an asycnhronous
message back to the client that is currently using it. More specifically, the different
private methods in the beans should send a message back to the client informing it of its
progress. I've looked into JMS but that looks like it more-so broadcasts a message or
sends a response to an arbitrary client. Is there a good way to do this with EJB/JBoss?
Thanks,
Jeff
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977065#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...