<route>
         <from uri="direct:processResult"/>
         <bean ref="convertor"/>     [This bean return a Result object that
I would like to store]
         <bean ref="strategyManager"  method="isStrategyCompleted"/>   
         <when>   
                 <simple>${body}</simple>
                 [Need to retrieve the Result object here and pass it into
the messageSender]
                 <bean ref="messageSender" />
         </when>
         <otherwise>
           ....
          </otherwise>
   </route>

I'm sorry, used HTML comment that was hidden after I posted.

Thanks and Best Regards,
Zuff



--
View this message in context: 
http://camel.465427.n5.nabble.com/Correct-use-of-camelproxy-tp5719716p5719836.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to