Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to configure the context for a route deployed in the ESB runtime?

I have a mediation route calling a cTalendJob. Obviously I can configure a context for theroute to run in ("Default" ist standard, but that may be extended in studio with "Test" and "Prod" for example). It is even possible to propagate this context to the cTalendJob.
Exporting a talend job as an autonomous job I can see from the generated shell script how to choose the context for the job to run. It is simply adding the " --context=Default/Test/Prod" option to tha java call.
But how do I configure the context for the mediation route when deploying it to the ESB runtime? It always runs with the context I choose as default in the studio before building the route as "*.kar" file.
Labels (3)
1 Reply
Anonymous
Not applicable
Author