Support expression in @SendTo

The attributes of @JmsListener allows to specify the reference to a key
in the Environment but @SendTo did not.

This commit fixes this inconsistency so that response destinations are
now also externally configurable.

Issue: SPR-12899
This commit is contained in:
Stephane Nicoll
2015-04-16 18:18:29 +02:00
parent 2c7d2d38a9
commit f98a6c6b6a
4 changed files with 42 additions and 5 deletions

View File

@@ -3,4 +3,5 @@ jms.listener.containerFactory=simpleFactory
jms.listener.destination=queueIn
jms.listener.selector=mySelector
jms.listener.subscription=mySubscription
jms.listener.concurrency=1-10
jms.listener.concurrency=1-10
jms.listener.sendTo=queueOut