Re: Sending to MQ - Socket Connection

2011-11-16 Thread Claus Ibsen
/camel_proj/data/output/mars?fileName=${file:onlyname.noext}").end(); > > > I am starting the Route as a standalone using org.apache.camel.Main > > Thanks & regards, > Ebe > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Sending-to-MQ-So

Sending to MQ - Socket Connection

2011-11-15 Thread ebinsingh
rser_AR.class,"parseData") .to("jms:queue:test_request_1").marshal().zip() .to("file:/work_dir/camel_proj/data/output/mars?fileName=${file:onlyname.noext}").end(); I am starting the Route as a standalone using org.apache.camel.Main Thanks & regards, Ebe -- View this mess