There is some background on how to implement request-response efficiently with JMS.
Lingo provides a simple Requestor abstraction for working with JMS to provide one way and request response message exchanges. e.g.
The most efficient implementation is the MultiplexingRequestor which uses a single temporary queue and connection & session for multiple threads, then uses a JMSCorrelationID on each message so that requests and responses can be matched together.
Labels
