JDBC Component

The jdbc: component allows you to work with databases using JDBC queries and operations via SQL text as the message payload

URI format

jdbc:dataSourceName?options

Options

Name

Default Value

Description

readSize

20000

The default maximum number of rows that can be read by a polling query

Samples

In the sample below we fetches the rows from the customer table.

TODO: snippet for inlined code