You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Ron Gavlin (JIRA)" <ji...@apache.org> on 2010/01/06 20:22:54 UTC

[jira] Created: (CXF-2603) JMSConduit should provide pluggable correlationMap that is persistable for example to support long-running, request-response scenarios

JMSConduit should provide pluggable correlationMap that is persistable for example to support long-running, request-response scenarios
--------------------------------------------------------------------------------------------------------------------------------------

                 Key: CXF-2603
                 URL: https://issues.apache.org/jira/browse/CXF-2603
             Project: CXF
          Issue Type: New Feature
          Components: Transports
    Affects Versions: 2.2.5
            Reporter: Ron Gavlin


Apache ServiceMix has StoreFactory/Store interfaces for managing correlation maps for many of its in-out providers. Out of the box, it provides Memory and Jdbc StoreFactory/Store implementations. The smx-jms provider currently supports the StoreFactory/Store interfaces but the smx-cxf-bc provider does not. 

In order for the smx-cxf-bc jms in-out provider to support these interfaces, the CXF JMSConduit should expose its correlationMap via an interface that can be Spring injected and adapted to by Apache ServiceMix.

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


[jira] Commented: (CXF-2603) JMSConduit should provide pluggable correlationMap that is persistable for example to support long-running, request-response scenarios

Posted by "Christian Schneider (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-2603?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12798466#action_12798466 ] 

Christian Schneider commented on CXF-2603:
------------------------------------------

Do you have a proposal how this interface should look like?


> JMSConduit should provide pluggable correlationMap that is persistable for example to support long-running, request-response scenarios
> --------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: CXF-2603
>                 URL: https://issues.apache.org/jira/browse/CXF-2603
>             Project: CXF
>          Issue Type: New Feature
>          Components: Transports
>    Affects Versions: 2.2.5
>            Reporter: Ron Gavlin
>
> Apache ServiceMix has StoreFactory/Store interfaces for managing correlation maps for many of its in-out providers. Out of the box, it provides Memory and Jdbc StoreFactory/Store implementations. The smx-jms provider currently supports the StoreFactory/Store interfaces but the smx-cxf-bc provider does not. 
> In order for the smx-cxf-bc jms in-out provider to support these interfaces, the CXF JMSConduit should expose its correlationMap via an interface that can be Spring injected and adapted to by Apache ServiceMix.

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