Take a look at http://servicemix.apache.org/transactions.html It explains what QoS are handled by each flow. The first flow that can handle the QoS of a given exchange will be used.
On Fri, Mar 20, 2009 at 15:06, Jussi Nummelin <[email protected]> wrote: > 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 - > -- Cheers, Guillaume Nodet ------------------------ Blog: http://gnodet.blogspot.com/ ------------------------ Open Source SOA http://fusesource.com
