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.