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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

tJMSInput configurations for IBM MQ messaging

Hi,
I am using IBM mq for messaging, to send and receive message to IBM MQ queue i am using tJMSInput and tJMSOutput. For that i need following configurations.
1. Initial Context?
2. Connection factory JNDI name?
3. Server URL?
I am attached a screen shot of what i need?
what configuration setting i need to use to connect MQ queue? I know queue name,channel name, server,port,queue manager.
Thanks
Rohan
Labels (2)
4 Replies
Anonymous
Not applicable
Author

Hello
I know queue name,channel name, server,port,queue manager.

I think you should use tMomInput/tMomOutput components.
Best regards

shong
Anonymous
Not applicable
Author

i got it working with tmomInput...but i want to use it with the tJMSInput since it has more features and working more efficient than tmomInput.
so do have any information about what use in following fields
1. Initial Context?
2. Connection factory JNDI name?
3. Server URL?

thanks
Rohan.
Anonymous
Not applicable
Author

The extra information should be provided to you by whoever set up your JMS queues. That information is server and queue specific, just like the five pieces you already have.
Wayne
Anonymous
Not applicable
Author

This is may not be by whoever is created the queues...since Initial context, URL, connection factory JNDI name, etc are some thing like this.
INITIAL_CONTEXT_FACTORY=com.ibm.websphere.naming.WsnInitialContextFactory
URL = servername 0683p000009MAB6.pngort/channel
I guess this is generic for all the IBM MQ messaging. I Just want to those fields only.
but the servername, port, channel, queue name etc will be replaced by individual requirements.
-rohan