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/12/01 10:57:05 UTC

[jira] Commented: (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:comment-tabpanel&focusedCommentId=47736#action_47736 ] 

Freeman Fang commented on SM-1702:
----------------------------------

commit fix
http://svn.apache.org/viewvc?rev=722015&view=rev for servicemix-cxf-bc component project

> 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.