Hi,

I have a text file that looks like:
my data, 342342, Q1
my data2, 342342, Q2
my data3, 342342, Q1
....

I would like to read each line, read the third field and use it as the name
of the queue to which the first and second field are written.
E.g.
from("file://myfile.txt").to("jmsqueue:"+Line[2])

Is something like this possible with Camel?

-Yash

Reply via email to