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

Announcements
Qlik Connect 2026 Agenda Now Available: Explore Sessions
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

writing to Tibco queue using tjmsOutput component

Hi,
I am trying to put a message in Tibco queue using Talend tJmsOutput component. I am getting class Not found exception on com.tibco.tibjms.naming.TibjmsInitialContextFactory
Looks like, it is part of tibjms.jar. How can I get that jar to include in Talend modules?
Can you please help me in overcoming this problem?
Thanks,
Siva
Labels (2)
2 Replies
Anonymous
Not applicable
Author

Hi,
Have you already checked documents about: TalendHelpCenter:Identify required external modules and TalendHelpCenter:Install external modules?
Best regards
Sabrina
Anonymous
Not applicable
Author

Hi Siva,
to use tJmsOutput with tibco ems, you need to add tibjms.jar (which is you can acquire from your tibco ems bin directory) to talend modules.
I would also suggest adding tibemsd_sec.jar, tibcrypt.jar, and tibjmsadmin.jar to talend modules.
to use it, you need load all the jar file using tLibraryLoad first. Then in tJmsOutput/Input, select tibjms.jar on Module List selection..
You will find it error if you not load the library.

Regards,