You can reference the bean explicitly in your SQL endpoint like this:
to("sql:insert into camel_test (msgid, dlr_body) VALUES ('some_id','test')?dataSource=#dataSource")