Hi,
I have a basic question about flows in SMX3.x.
In the standard configuration in servicemix.xml there's always three flows
defined:
<sm:broker>
<sm:securedBroker authorizationMap="#authorizationMap">
<sm:flows>
<sm:sedaFlow />
<sm:jmsFlow jmsURL="${activemq.url}" />
<sm:jcaFlow connectionManager="#connectionManager"
jmsURL="${activemq.url}" />
</sm:flows>
</sm:securedBroker>
</sm:broker>Questions is, which one is used if all three are defined? Cheers, - Jussi -
