Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have experience in talend batch processing. I'm new to talend ESB. Can anyone help me to write a flow to copy data from JMS to database whenever a new topic is created in the Integration Layer(possibly Tibco)?
Hello,
Sorry for delay.
Could you please give us more information about your requirement on ESB Flow?
Best regards
Sabrina
thanks for response @xdshi.
I set up a Tibco EMS Server in my machine, whenever I create a new queue message/topic , it should be consumed by Talend ESB and loaded into Oracle Database..
Hello,
We have redirected your issue to ESB experts and will keep you posted.
Thanks for your time.
Best regards
Sabrina
Topics tend to be hierarchical. I believe Tibco EMS supports that too. Check you Tibco documentation.
If it does the easiest is to subscribe to the root or an intermediate node of the hierarchy instead of a leave.
If you can only subscribe to a topic at a time it gets more involved. You need to write a "script" that
This assumes a 1:1 for topic:route