[ 
https://issues.apache.org/activemq/browse/SM-1301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=41988#action_41988
 ] 

Freeman Fang commented on SM-1301:
----------------------------------

I think share the same default bus should be fine for normal case, if some 
service unit need special bus, we can configure it in bus configure file, then 
the serviceunit has its own bus

> should  use getDefaultBus api but not create bus explicitly
> -----------------------------------------------------------
>
>                 Key: SM-1301
>                 URL: https://issues.apache.org/activemq/browse/SM-1301
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: servicemix-cxf-bc
>            Reporter: Freeman Fang
>            Assignee: Freeman Fang
>             Fix For: 3.2.2, 3.3
>
>
> in CxfBcComponent
> we use
> bus = BusFactory.newInstance().createBus();
> but this is not good, especially we already have a cxf bus
> we should use
> bus = BusFactory.getDefaultBus(); instead

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

Reply via email to