i try to use the salesforce streaming api in cooperation with talend routes.
The following usecase is provided:
We want to track changes on objects in salesforce and propaged them to another system.
Therefor i have created some PushTopics and want to subscribe to them via Talend in a Route.
I have setup the MessagingEndpoint and selected the salesforce Camel component. But now i don't know how i have to specify the route to get connected with the salesforce instance.
Where do i have to enter the url, the security parameter etc? Is there a specific component i have to use or do i have to configure it in spring or something?