The flowName attribute is a shortcut.
You can use something like

  <sm:container ...>
    <sm:flow>
      <bean class="org.servicemix....JmsFlow">
         <property name="transactionContextManager"
ref="transactionContextManager" />
     </bean>
  </sm:flow>
  ...

Cheers,
Guillaume Nodet
On 4/13/06, vgen <[EMAIL PROTECTED]> wrote:
>
> I appreciate your help. I had transaction context manager in my
> servicemix.xml but I used servicemix-2.0.2.
> Is there any way to make messages persistant in servicemix-2.0.2? I would
> like to not loose messages that have alredy started travelinig inside
> ServiceMix in case of system down. Does jms Flow keeps unprocessed messages
> in such case?
>
> Thank you,
> --
> View this message in context: 
> http://www.nabble.com/Does-flowName%3D%22jca%22-work--t1439361.html#a3895909
> Sent from the ServiceMix - User forum at Nabble.com.
>
>

Reply via email to