You are not logged in.
Announcement
Unanswered posts
|
Pages: 1
Hello everybody,
There are a couple of questions regarding the usage of Talend Open Studio which I haven't been able to answer through Internet research.
Here's the context:
I built a Talend job that is made out of the next components:
tmysqlinput -> tmap -> tmomoutput
The first component's schema describes the source database table.
The last component's schema is composed by a Message type object named message.
So my questions are:
1.- How can I map the database schema on the Message object? (the goal is to send the row to a JMS queue)
2.- The tmomoutput component lets me send messages to a JMS queue on a JBoss Application Server; however, the message consumer requires an interface (object and native method) to recognize the message format. How can I configure the interface? (the goal is enabling the consumer to recognize the messages).
Thanks for your help.
Pages: 1