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
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?
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
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
ort/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