[
https://issues.apache.org/jira/browse/CXF-7344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15986829#comment-15986829
]
Christian Schneider commented on CXF-7344:
------------------------------------------
I have now implemented automatic conversion of property names. When sending out
we now replace "." by "_". When receiving messages we accept both ways.
To do that I needed to refactor some of the code. I needed to switch properties
to a map. So this might have some compatibility issues with code that works on
the jms properties explicitly.
> REST on JMS Transport Fails with Invalid JMS Property
> -----------------------------------------------------
>
> Key: CXF-7344
> URL: https://issues.apache.org/jira/browse/CXF-7344
> Project: CXF
> Issue Type: Bug
> Components: JAX-RS, JMS, Transports
> Affects Versions: 3.1.10
> Reporter: Karthik Prasad
> Assignee: Christian Schneider
> Fix For: 3.2.0
>
>
> I'm trying to create multiple channels for REST such that my endpoints can be
> invoked from Browser using http protcol or other applications can
> asynchronously invoke by placing message on queue. Though I'm able to
> configure both transport types. I'm able to access the REST service and but
> fails when sending JMS message
> Adding the below stackoverflow question I had asked. The link contains entire
> code I'm using with embedded JMS queue.
> http://stackoverflow.com/questions/43226697/rest-on-jms-transport-instead-of-http
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)