[
https://issues.apache.org/activemq/browse/SM-1702?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Freeman Fang resolved SM-1702.
------------------------------
Resolution: Working as Designed
revert changes
http://svn.apache.org/viewvc?rev=720747&view=rev
> 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.