Jms component - Should normalize reply to destination name if provided as a
String
----------------------------------------------------------------------------------
Key: CAMEL-3463
URL: https://issues.apache.org/jira/browse/CAMEL-3463
Project: Camel
Issue Type: Improvement
Components: camel-jms
Affects Versions: 2.5.0
Reporter: Claus Ibsen
Assignee: Claus Ibsen
Priority: Minor
Fix For: 2.6.0
When end users provide a JMSReplyTo in either a header or endpoint
configuration as a String.
It should be normalized so we cater for {{queue}} and {{topic}} prefixes. So if
end user does: {{queue:foo}} we will remove the {{queue:}} prefix to avoid
creating a destination which would be {{queue://queue:foo}}.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.