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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

tjmsinput with IBM MQ

We want to use tjmsinput component to read the XML messages from IBM MQ queue.

I have below questions.

1) For the Module list -- do we need to upload any specific jar files for IBM MQ in Talend, if so from where i can get those jar files.

2) What will be the values in context provider & Connection Factory JNDI name? From where i can get those details?

 

Appreciate your help

 

Srini

Labels (4)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

We resolved the issue.

For Big Data job

1) Load all the required jars as tLibraryLoad

 2) copy the bindings file to the cluster. In the JMS component give the path of the bindings file as file:///<filepath> in Server URL.

 

Thanks

Srini

 

View solution in original post

7 Replies
Anonymous
Not applicable
Author

Hi Talend Folks,

Please help me out regarding the issue i'm having with tJMSInput to connect to IBM MQ.

 

Thanks

Srini

Anonymous
Not applicable
Author

Hi,

What's your IBM MQ server version? 7.0?

Please take a look at this component TalendHelpCenter:tMomInput which fetches a message from a queue on a Message-Oriented Middleware (MOM) system and passes it on to the next component.

Best regards

Sabrina

Anonymous
Not applicable
Author

Hi Sabrina,

Thanks,

Our Talend Version is 6.4.

we want to use tJMSInput as there is no tMOMInput component  in Big Data Streaming job.

We looked at Talend Help on tJMSInput component, but could not figure out how to make connection work.

Is there any blog/steps/help which explains how to configure tJMSInput component like

1) are there any jars to be installed in talend for IBM MQ, If so what are those jar files?

2) Context Provider? 

3) JNDI Name?

 

 

Thanks

Srini

 

 

 

Anonymous
Not applicable
Author

Hi Talend Folks,

 

Any help regarding this? Couldn't find sufficient documention/Step by Step procedure how to connect to IBM MQ from Talend.

 

Thanks

Srini

Anonymous
Not applicable
Author

We resolved the issue.

For Big Data job

1) Load all the required jars as tLibraryLoad

 2) copy the bindings file to the cluster. In the JMS component give the path of the bindings file as file:///<filepath> in Server URL.

 

Thanks

Srini

 

estienne
Contributor
Contributor

Good day.

Im also currently stuck with the same problem Where did you fill in the Channel, queueManager. I see you are talking about a binding file. Does this substitute all those fields and If thats the case. From where can I find the binding file. 

I know this message dates back a long time so If you can still remember what you did, your help will be highly appreciated. 

 

Kind Regards

Estienne Le Sueur

tnewbie
Creator II
Creator II

Hello Estienne,

I have the same problem....pls share your approach and learnings if any, if you are now able to connect to an IBM MQ using tJMSInput component.