GitHub user fgiloux opened a pull request:
https://github.com/apache/camel/pull/2540
"-" dash is not a valid characters for keys in JMS headers
See Jira issue: https://issues.apache.org/jira/browse/CAMEL-12842
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/fgiloux/camel master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/2540.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 #2540
----
commit 278dc03e62d73b00f6d689ad59bc31d37cdfcce8
Author: Frederic Giloux <fgiloux@...>
Date: 2018-09-28T14:23:41Z
Added dash encoding for JMS and extensibility for other connectors
commit fcb4d0ae29c842994100ae17b7f8a06505ffa92f
Author: Frederic Giloux <fgiloux@...>
Date: 2018-09-28T17:35:23Z
Makes encoding activation configuration
----
---