You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Daniel Kulp (JIRA)" <ji...@apache.org> on 2007/10/10 23:25:50 UTC

[jira] Created: (CXF-1101) Use spring jms configuration

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.


[jira] Commented: (CXF-1101) Use spring jms configuration

Posted by "Daniel Kulp (JIRA)" <ji...@apache.org>.
    [ 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.


[jira] Commented: (CXF-1101) Use spring jms configuration

Posted by "Glen Mazza (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-1101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12534191 ] 

Glen Mazza commented on CXF-1101:
---------------------------------

I recently ran the JMS samples that we have in the distribution, but otherwise don't know much of the story here.  What are we presently using to configure JMS topics/queues--also, where would this Spring configuration be done:  server or client side (or both?)--and do you see it as a separate config file or part of the same Spring file that is used for the client or server?

> 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.