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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
ashif2
Creator II
Creator II

How to a Write a ESB Flow to consume whenever a new topic is created ?

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)? 

Labels (2)
4 Replies
Anonymous
Not applicable

Hello,

Sorry for delay.

Could you please give us more information about your requirement on ESB Flow?

Best regards

Sabrina

ashif2
Creator II
Creator II
Author

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.. 

Anonymous
Not applicable

Hello,

We have redirected your issue to ESB experts and will keep you posted.

Thanks for your time.

Best regards

Sabrina

Anonymous
Not applicable

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

  • uses JMX to be notified of the new topic
  • convert that topic into a Talend Context Parameter
  • instantiate a new route with the additional context parameter subscribing to this new topic

This assumes a 1:1 for topic:route