Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
We have built a Talend Route which connects to AWS SQS Queue and grabs the message from there and hits DocumentDB (MongoDB) to fetch all relevant information for that SQS Message. When we run from Talend ESB we are able to successfully run everything. But when we built a kar file for this route and run it from start.bat in the Talend folder, it is able to connect to AWS SQS but it times out when trying to connect to Document DB (MongoDB).
Any idea on how to get this working?
Thanks in advance.
Hello,
What does your tJavaFlex component setting look like? Did you notice the cluster name is case sensitive with the Java driver for MongoDB? Here is a link to the relevant Jira ticket with MongoDB.
https://jira.mongodb.org/browse/JAVA-2569
Best regards
Sabrina