GitHub user andytaylor opened a pull request:
https://github.com/apache/activemq-artemis/pull/457
ARTEMIS-453 - AMQP reply-to property is stripped off message as it goâ¦
â¦es through broker
TheJMSVendor protocol convertor class was not creating the destinations so
any destination calls, setTo and setJMSReplyTo, were ignored. Ive added a
server side destination class to bypass the naming checks we have on the client
and this now sets everything correctly
https://issues.apache.org/jira/browse/ARTEMIS-453
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/andytaylor/activemq-artemis master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/457.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #457
----
commit 8a72f8906aea12c219e04f944b9306bf28849341
Author: Andy Taylor <[email protected]>
Date: 2016-04-12T09:24:13Z
ARTEMIS-453 - AMQP reply-to property is stripped off message as it goes
through broker
TheJMSVendor protocol convertor class was not creating the destinations so
any destination calls, setTo and setJMSReplyTo, were ignored. Ive added a
server side destination class to bypass the naming checks we have on the client
and this now sets everything correctly
https://issues.apache.org/jira/browse/ARTEMIS-453
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---