It is not necessary to use camel or drools. It is possible to use standard eip content-based-router with xpath predicate like this:
<eip:xpath-predicate xpath="$message_property_name = 'some_value' "/> It is simpler. Whatever, I smatter an apache camel:) P. rgavlin wrote: > > servicemix-drools would also work as well. > > Ron > > > lhe77 wrote: >> >> You could use a camel router for this. >> Have a look at the camel site. >> >> http://activemq.apache.org/camel >> >> Regards >> Lars >> >> >> >> Am Freitag 19 September 2008 00:21:39 schrieb Peter Z: >>> Is it possible to create router which choose appropriate target base on >>> message properties? >>> I guess that yes, but how to start? >> >> >> > > -- View this message in context: http://www.nabble.com/Message-properties-based-router-tp19562808p19757263.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
