CXF Server with ASYNC jms transport should support pluggable StoreFactory
abstraction (memory & jdbc) to manage continuations
-----------------------------------------------------------------------------------------------------------------------------
Key: CXF-2013
URL: https://issues.apache.org/jira/browse/CXF-2013
Project: CXF
Issue Type: New Feature
Components: Transports
Affects Versions: 2.0.9
Reporter: Ron Gavlin
I am using the CXF Server with JMS transport embedded in async smx
cxf-bc:consumer as a bridge to a back-end system that accepts large numbers of
request, each of which tends to run for long periods of time. So, it is not
practical for the continuations in the CXF Server to be stored in memory.
Rather, these should be stored in a database shared by a cluster of servers.
This is a request to enhance CXF to optionally inject "StoreFactory"
implementations into JMSDestination which currently holds the list of CXF
Continuations directly in memory.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.