Does JMS support any type of future-reply mechanism, similar to what's provided by the Aglets framework?
Created May 4, 2012
Jerry Smith
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.