Does JMS support any type of future-reply mechanism, similar to whats provided by the Aglets framework?
Location: http://www.jguru.com/faq/view.jsp?EID=1165 Created: Nov 19, 1999 Author: Jerry Smith (http://www.jguru.com/guru/viewbio.jsp?EID=9) No. You must set up a message listener implementation for asynchronous message consumption. For “on-the-fly, programmatic realizations” that you need a heretofore unanticipated message listener, you could probably design and define in advance a generic one-size-fits-all class that implements MessageListener.