Gert, Now I could connect to IBM MQ from servicemix-jms. The error was not with my xbean.xml or the class which i was using. The problem was with the jar file i was using. The class MQConnectionFactory was an abstract class in the jar which i used. I was using a different version of com.ibm.mqjms.jar. i got the correct com.ibm.mqjms.jar from the lib folder of IBM MQ installed folder (MQ\MSI\eclipse\plugins\com.ibm.mq.runtime_6.0.0\lib). These jars along with dhbcore.jar when placed in server/default/lib of jboss things started working fine.
Yeah and i added the line processorName="standard" in jms endpoint in xbean. Thanks a lot for your help. Gert Vanthienen wrote: > > Varun, > > And do you still get the same stacktrace or is it saying something else > by now? > > Gert > > unni_varun wrote: >> Its still not working, i tried to use the class you have mentioned. And i >> even tried to extend it to my own class and overrided the particular >> method >> also. Still the same. Anyways i'm leaving for the day. Will try it out >> tomorrow. > > -- View this message in context: http://www.nabble.com/Connecting-to-IBM-MQ-from-service-mix-tf4141411s12049.html#a11806666 Sent from the ServiceMix - User mailing list archive at Nabble.com.
