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

Announcements
Streamlining user types in Qlik Cloud capacity-based subscriptions: Read the Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

SSL Active MQ connection using tMomInput

We are attempting to use tMomInput to connect to an active mq, we are able to connect using the tJMSinput, however when using tMomInput, the code that is generated contains the following
String url_tMomInput_1 = "";
url_tMomInput_1 = "tcp://" + "cpliadp2.homedepot.com" + ":"
+ "61625";

So the connection URL is ?tcp://cpliadp2.homedepot.com:61625?
cpliadp2.homedepot.com and 61626(port number) are the parameters I am passing in while tcp:// is actually hard coded into the java code generation by using the tMomInput. We need to connect using SSL to the active MQ, the instead of using cpliadp2.homedepot.com, we need to use something like ssl: cpliadp2.homedepot.com so in which case the connection URL comes out to:
?tcp://ssl:cpliadp2.homedepot.com:61625?
Which also will not work due to the invalid inclusion of the tcp.
So my question is there some administrative setting that will change this default value from tcp to ssl? Or is there just something else I am not understanding here.
Labels (3)
1 Reply
Anonymous
Not applicable
Author

Hi
I suggest you to report this issue as a new feature in the Talend DI project of the JIRA bugtracker, our developer will investigate this issue, modify the code and invite your to test the component.
Shong