[
https://issues.apache.org/activemq/browse/SM-1702?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=47606#action_47606
]
Guillaume Nodet commented on SM-1702:
-------------------------------------
The delivery channel is thread safe, so there is no need for a lock here.
> 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.