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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Jai1
Contributor
Contributor

Talend connectivity with Solace

Hi All,

We have a requirement to connect to Solace from Talend DI or ESB on-prem platform.

Can someone share their experience or process as I can't see technote/blog on this ?

Thanks,

Jai

Labels (1)
  • Other

3 Replies
Anonymous
Not applicable

I'm not familiar with Solace, but I see they have a Java API. Thanks to that, anything you can see demonstrated here (https://tutorials.solace.dev/java), you can use with Talend. You can write routines in Talend (essentially Java classes) and call them with several of the components (tMap, tJava, tJavaFlex, etc). You will need a bit of Java knowledge to do this, but the documentation that Solace provide does look pretty good.

Jai1
Contributor
Contributor
Author

Thanks rhall. Appreciate to put initial pointers. Will have a look.

 

but i was wandering if i have to use it for ESB executions, is it possible through JMS connector and if yes, would be the process or associated libraries required for solace connectivity.

What would be the connection component ? Can we use MQFactoryconnection for Solace or anything else ?

Fact is there is no documetation or blog either from Talend or in whole Talend community on this.

So trying to check if someone had done this earlier or I'm the first person trying to do this.

 

Thanks,

Jai

Anonymous
Not applicable

I'm afraid I do not know the answer to that without trying it myself. I don't really have the time at the moment to take this on as a project. However, I would be interested to see how you get on. If you find a good way of working with the Solace API with Talend, maybe I can get a blog/tutorial from you published on our site.