I am new to servicemix and mqseries but not new to java and jms.
I just get involve into an app currently running on ServiceMix. Basically,
my app just use servicemix as container. Now i need to add JMS to my app.
The application should able to send/receive the JMS message to/from the
queue that stays on MQSeries.
MQseries information:
mq.hostname=10.3.6.19
mq.channel=CHANNEL
mq.queueManager=QManager
mq.port=1422
My app is running fine on serviceMix and able to work fine with
c:\dir\jndi.xml. Inside jndi.xml, i just see the configuration for
datasource. Now i need to add JMS into jndi.
What i would like to do is:
1. configure jndi.xml file for jms stuff.
2. my app will initialize the context, look up jndi name, and create a
connection, queueManager, queue. .etc
3. Develop send and receive methods.
My question is: Can you show me how to do 1st and 2nd steps.
--
View this message in context:
http://servicemix.396122.n5.nabble.com/how-to-configure-jndi-xml-to-make-servicemix-work-with-mqseries-tp4687653p4687653.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.