Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Hello,
Can you please clarify in which Talend version/edition you are?
Best regards
Sabrina
@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