Each Session (including QueueSession) encapsulates a connection to the queue manager. What does it mean to persist a connection to the queue manager? If you want a connection you have to call the re ...
I am trying to persist a QueueSession object using HttpSession. When I do so I get the following exception: "java.io.NotSerializableException: com.ibm.mq.jms.MQQ ...