Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
We are facing issue while passing dynamic context parameters to cMessageEndPoint to connect to RabbitMQ. We have passed context parameters to URI of cMessageEndPoint, but not able to set it using config file prior to using it.
We require some help to assign the context parameter values from config file while doing deployment of KAR file in talend runtime - karaf.
Can you please help me with the approach?
Hey, what about using /etc/your-bundle-name.cfg config file and droping there your context variables used in the talend studio project as context.myVar?
your-bundle-name.cfg
-------------------------------
myVar = value here without quotes
Your component's input value -> context.myVar
Regards.