Camel spring routing:
I'm trying to route a message depending on the content of an element. e.g.
for elements "_test1"/"_test2"/"_test"/"_test" I want to say
- if the first 4 characters are "" route to queue 1, "" route to
queue 2, etc.
I know I can do a direct comparison
Thanks Claus
I use java bean configuration for other parts of my routing - but for this
one I want to keep it all in the spring configuration if possible.
btw, the extract I posted was an extract from my Camel route context (ie
configured using spring).
--
View this message in context:
http:/