if anyone can help - all I want to do is read from jms convert from/to and
then write back to jms

something like:
        from( "jms:queue:camel" )
            .to( "class:com.source.etf.integration.WibblyWobbly" );
        
        from ("class:com.source.etf.integration.WibblyWobbly")
            .to( "file:target/messages/jms"  );

In reality I need to convert from one type of xml obejct to another between
the queues hence all these questions about converters?

Thx
-- 
View this message in context: 
http://camel.465427.n5.nabble.com/Newbie-Pls-help-ETL-Example-Modification-Doesn-t-work-tp2852839p2853029.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to