Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
import static org.apache.camel.builder.sql.SqlBuilder.*;

...


from("queue:foo").setBody(sql("select * from MyType")).to("queue:bar")