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

ESB Route with cMQConnectionFactory and HTTP

Hi there,

 

I'm having an issue with Talend Cloud API Services Platform 7.1.1 on a Mac/10.14.5. I'm trying to run a simple route with a cMQConnectionFactory component and a cHTTP component.

 

0683p000009M5QG.png

 

This route fails to run giving an error:

Caused by: java.lang.NoSuchMethodError: org.apache.camel.component.http.HttpComponent.registerExtension(Ljava/util/function/Supplier;)

However the route runs when disabling either the cMQConnectionFactory component OR the cHTTP components. They don't seem to be able to run together at the same time.

 

It appears other users have had similar issues (here, here, here, here, and here) but no satisfactory solution has been shown. Any help would be greatly appreciated!

Labels (2)
1 Reply
Anonymous
Not applicable
Author

Not ideal but you could create a DI job which does the logic you want to use the cHTTP component for and then call it in your route via a cTalendjob. Just an idea.