What would be the syntax for taking a message from a wmq queue and inserting it into an Oracle table?
<from uri="wmq:queue:QueueNameHere"/>
<simple>${in.body}</simple>
<to uri="sql:insert into TableNameHere(ColumnNameHere)"/>
This does not appear to be working.
