[ 
https://issues.apache.org/jira/browse/CXF-1101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12534370
 ] 

Daniel Kulp commented on CXF-1101:
----------------------------------


Our current JMS transport talks directly to the JMS API's.   Our configuration 
that we have directly calls the JMS API's to configure things.   However, not 
everything is configurable that way.

Spring has an abstraction over the JMS apis:
http://www.springframework.org/docs/reference/jms.html
By using that, we could also leverage the other things in Spring that the 
Spring JMS API's already work with.   Things like transactions, security, 
etc....


> Use spring jms configuration
> ----------------------------
>
>                 Key: CXF-1101
>                 URL: https://issues.apache.org/jira/browse/CXF-1101
>             Project: CXF
>          Issue Type: Improvement
>          Components: Transports
>    Affects Versions: 2.0.2
>            Reporter: Daniel Kulp
>
> It would be nice to use the standard Spring JMS configuration stuff to 
> configure the JMS topics/queues so the spring transactions and stuff can be 
> taken advantage of.  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to