Posted: Fri Dec 09, 2011 9:25 am Post subject: JMS connection after queue manager restart
Newbie
Joined: 08 Dec 2011 Posts: 1
Our application connects to a queue manager which resides in a remote box. Both our application server and queue manager runs in Linux boxes. Application is hosted in WebSphere 7.0 and using JMS to connect the IBM MQSeries queue manager using the below code.
qConnFactory.createQueueConnection(username,pwd);
where qConnFactory is an instance of QueueConnectionFactory.
Normally this code runs fine. However, when we restart the queuemanager in the other machine and then when we try to call the same JMS method to get the queue connection , the application simply hung in the createQueueConnection method and we just receive corba time out exception. The control is not even going into the exception block. Currently both the session time out and connection time out values are 120 seconds.
Please let me know is it possible to get JMS queue connection in WebSphere 7 after queue manager restart without restarting the application server?
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum