Spring Operator
Spring Operator
**[Artem Bilan](https://jira.spring.io/secure/ViewProfile.jspa?name=abilan)** 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...
**[Iwein Fuld](https://jira.spring.io/secure/ViewProfile.jspa?name=iwein)** commented I've sandboxed this here: http://github.com/iwein/Spring-Integration-Sandbox/tree/master/message-store/
**[Iwein Fuld](https://jira.spring.io/secure/ViewProfile.jspa?name=iwein)** commented Added the first draft version. Still needs some docs and extra test coverage.
**[Gary Russell](https://jira.spring.io/secure/ViewProfile.jspa?name=grussell)** commented This sounds interesting; please submit a pull request and we'll take a look. Please read the [Contributor Guidelines](https://github.com/spring-projects/spring-amqp/wiki) and be sure to "sign" the CLA. Thanks!!
**[Wilfredo Sellado](https://jira.spring.io/secure/ViewProfile.jspa?name=sincang)** commented Thank Gary. Will submit the pull request.
**[Artem Bilan](https://jira.spring.io/secure/ViewProfile.jspa?name=abilan)** commented Any feedback on the matter? Thanks
**[Wilfredo Sellado](https://jira.spring.io/secure/ViewProfile.jspa?name=sincang)** commented Hi Artem, Apologies. I was busy with my day job lately. I will start working on this next week. Thanks
**[Artem Bilan](https://jira.spring.io/secure/ViewProfile.jspa?name=abilan)** commented [Wilfredo Sellado](https://jira.spring.io/secure/ViewProfile.jspa?name=sincang), Not sure if you are available, but we are still opened to accept contribution on the matter :). Otherwise we will dedicate some time for...
**[Oleg Zhurakousky](https://jira.spring.io/secure/[email protected])** commented I would personally rephrase this issue as I believe the requirement is more general and goes beyond the XPath (even though it was originated from the XPath...
**[Janis Kazakovs](https://jira.spring.io/secure/ViewProfile.jspa?name=opatopa)** commented Does make sense to me. Frankly, I do no have prior knowledge of Spring Integration. The above case was the first one I was trying to implement....