Joined: 26 Oct 2005 Posts: 149 Location: Hartford,CT
Now I am very much clear the advantage of using JMS . Thank you very much for clarifying it .
I saw MQQueueConnection class in mqjms.jar was thinking that MQQueueConnection in the mqjms jar is used for connecting to the queuemanager instead of the generic QueueConnection object. I checked the mq jms samples and confirmed that it is using the generic QueueConnection object .
The MQQueueConnection class is a subclass of the QueueConnection class.
That means that your code asks for an object of QueueConnection, but receives an object of MQQueueConnection, that it is perfectly able to treat as an QueueConnection object. _________________ I am *not* the model of the modern major general.
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