It not possible to create a consumer from a jdbcEndPoint.

public Consumer<DefaultExchange> createConsumer(Processor processor) throws
Exception 
{
    throw new RuntimeCamelException("A JDBC Consumer would be the server
side of database! No such support here");
}

What is the best pratice to get data from database and send them as messages
?:confused:
-- 
View this message in context: 
http://www.nabble.com/JdbcEndpoint---Consumer-tp15183848s22882p15183848.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to