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: 3.3, 3.2.3, servicemix-cxf-bc-2008.01
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.