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

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Compilation error when tMOMInput has 'start server' ticked.

I'm getting a compilation error when I tick 'start server' in tMOMInput component. 

org.apache.activemq.broker.BrokerService broker_tMomInput_1 = new org.apache.activemq.broker.BrokerService();

 

In the pom (~/workspace/LIGHTNINGAPEX/poms/jobs/process/LightningApex/lightningaccountjob_0.2/pom.xml) 

there is a dependency that pulls in activemq-client-5.14.5 but that jar doesn't include BrokerService.class. 

activemq-all-5.15.2.tesb1-6.0.0-SNAPSHOT.jar does however include BrokerService.class. 

How do I tell Studio to compile the job with that dependency instead of the broken one?

Anyone?

 

Regards,

Johan

 

Labels (4)
2 Replies
Anonymous
Not applicable
Author

Hello,

Can you please clarify in which Talend version/edition you are?

Best regards

Sabrina

Anonymous
Not applicable
Author


@xdshi wrote:

Hello,

Can you please clarify in which Talend version/edition you are?

Best regards

Sabrina


I'm using Talend Open Studio 7.0.1.20180411_1414 together with bundled Runtime_ESBSE.

 

Regards,

Johan