spring-integration icon indicating copy to clipboard operation
spring-integration copied to clipboard

Support a DestinationResolver for replyTo in DefaultJmsHeaderMapper [INT-3838]

Open spring-operator opened this issue 10 years ago • 1 comments

Gary Russell opened INT-3838 and commented


Reference URL: http://stackoverflow.com/questions/32816697/header-enricher-to-set-jmsreplyto-field-and-sending-the-same-jms-message-using-j

spring-operator avatar Sep 28 '15 15:09 spring-operator

Artem Bilan commented

It is not possible on the DefaultJmsHeaderMapper since the DestinationResovler requires a jakarta.jms.Session to create a Destination from its name. However we may mimic a this.jmsTemplate.convertAndSend() via its execute(SessionCallback<T> action) API in the JmsSendingMessageHandler or so.

spring-operator avatar Nov 30 '22 18:11 spring-operator