I am trying to connect to the MQSeries Queue Manager from the EJB module running in Websphere. I get the error libmqjbnd04.so already loaded in another classloader. When I try to connect to the queue ...
When I do echo $LD_LIBRARY_PATH I am getting the values which I had set.
1. I have included com.ibm.mq.jar, com.ibm.mqbind.jar,connector.jar, jta.jar, com.ibm.mqjms.jar. Are these jars enough or sh ...
I am using Bindings Mode to Connect to a Queue Manager in Java. I have two java programs one on the Web side and one on the EJB side. The Web program is working fine but the EJB Program is giving the ...