[ 
https://issues.apache.org/activemq/browse/SM-1250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=41433#action_41433
 ] 

Freeman Fang commented on SM-1250:
----------------------------------

I believe this issue already get fix in 3.2.2 snapshot  
[1] is the related one
we already add the status check  now
             if (messageExchange.getStatus() != ExchangeStatus.ACTIVE) {
                return;
            }

so I will close it now
[1]https://issues.apache.org/activemq/browse/SM-1159



> CXF BC provider doesn't manage DONE messages
> --------------------------------------------
>
>                 Key: SM-1250
>                 URL: https://issues.apache.org/activemq/browse/SM-1250
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: servicemix-cxf-bc
>    Affects Versions: 3.2.1
>            Reporter: Gianfranco Boccalon
>
> The problem arises when the component is used within a pipeline.
> I simply added the following lines at the beginning of the method 
> CxfBcProvider.process :
>         // Skip done exchanges
>         if (exchange.getStatus() == ExchangeStatus.DONE) {
>             return;
>         }

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

Reply via email to