You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Freeman Fang (JIRA)" <ji...@apache.org> on 2008/11/25 13:33:07 UTC

[jira] Work started: (SM-1702) need add lock for DeliveryChannel of cxf bc consumer to handle multiple client invocation

     [ https://issues.apache.org/activemq/browse/SM-1702?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on SM-1702 started by Freeman Fang.

> need add lock for DeliveryChannel of cxf bc consumer to handle multiple client invocation
> -----------------------------------------------------------------------------------------
>
>                 Key: SM-1702
>                 URL: https://issues.apache.org/activemq/browse/SM-1702
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: servicemix-cxf-bc
>    Affects Versions: servicemix-cxf-bc-2008.01, 3.2.3, 3.3
>            Reporter: Freeman Fang
>            Assignee: Freeman Fang
>             Fix For: servicemix-cxf-bc-2008.02, 3.3.1, 3.2.4
>
>
> should use
>                     synchronized (context.getDeliveryChannel()) {
>                         context.getDeliveryChannel().sendSync(exchange,
>                             timeout * 1000);
>                     }
> to send out jbi message in sync case

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