If we use JMS request/reply mechanism using \"Temporary Queue\", will that code be scalable?
As of now, we don\'t know if we will supporting 100 requests per second, or
Regarding the update in your post - selectors are very efficient if performed on the message headers, like you are doing with the Correlation ID. Spring Integration also internally does this for implementing a JMS Outbound gateway.