Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I'm using Talend Open Studio for ESB 7.0.1.20180411_1414 and activemq-all_5.10.jar and I'm trying to push an XML document into the Apache ActiveMQ Queue using the tJMSQueue, I'm able to push the message using tMOMOutput successfully but while using tJMSOutput I'm facing the "message cannot be resolved or not a field error"
1. tXMLMap created an XML document as an Output
2. tConvertType converts the XML document to a string
3. tMap converts the string to object as input parameter for tJMSOutput is object.
Any help will be appreciated.
Hello,
Have you tried to use tMomOutput component instead to see if it works?
Best regards
Sabrina