simple camel route for wmq - help

2015-09-17 Thread barry.barnett


What would be the syntax for taking a message from a wmq queue and inserting it 
into an Oracle table?



   ${in.body}


This does not appear to be working.






Re: simple camel route for wmq - help

2015-09-16 Thread Henryk Konsek
Hi,

Do you see any stacktrace or error in your logs?

Cheers!

śr., 16.09.2015 o 09:05 użytkownik  napisał:

> What would be the syntax for taking a message from a wmq queue and
> inserting it into an Oracle table?
>
>
> 
>${in.body}
> 
>
> This does not appear to be working.
>
>
>
>
> --
Henryk Konsek
http://about.me/hekonsek


simple camel route for wmq - help

2015-09-16 Thread barry.barnett
What would be the syntax for taking a message from a wmq queue and inserting it 
into an Oracle table?



   ${in.body}


This does not appear to be working.