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:
@@ -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
|
||||
Reference in New Issue
Block a user