Change transaction semantic and improve support
-----------------------------------------------

         Key: SM-443
         URL: https://issues.apache.org/activemq/browse/SM-443
     Project: ServiceMix
        Type: Improvement

  Components: servicemix-core  
    Reporter: Guillaume Nodet
 Assigned to: Guillaume Nodet 
     Fix For: 3.0-M2


These changes are mainly due to the fact they ServiceMix now supports multiple 
flows.
A few changes are needed:
  * if an exchange is created and sent transactionally, the transaction will 
flow with the exchange if it is sent using the sendSync method.
        If it is sent using the send method (asynchronous), the flow should be 
the transaction boundary.
  * the StFlow can not support transactional exchanges due to possible deadlocks
  * once an exchange has been sent using a flow, the same flow will be used 
every time this exchange is sent
 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to