SQL Component commented on by Matteo Redaelli (Nov 02, 2008).

Comment:

it is not clear where you have to specify the dataSource... I have the error "Property 'dataSource' is required"

My route is

<route>
<from uri="activemq:topic:user.ask" />
<to uri="sql:select account, Name, mail from users" />
<to uri="log:mytest" />
</route>

thanks
Matteo

Reply via email to