Re: urgent::problem while running a java file which is writtten using ibm mqseries classes for java.
Posted By:
arun_rajak
Posted On:
Monday, July 16, 2001 11:15 AM
I was too getting the same error when i started first. You just go to C:Program FilesIBMMQSeriesJavalib, there you will find mqjbn02.dll. you add "C:Program FilesIBMMQSeriesJavalib" to your path then try. if you still get the problem then you also add "C:Program FilesIBMMQSeriesJavalibmqjbn02.dll"to your classpath. This will solve your problem.
Re: urgent::problem while running a java file which is writtten using ibm mqseries classes for java.
Posted By:
Vasu_Devan
Posted On:
Friday, June 22, 2001 03:59 AM
Seems like some configuration problem.
I hope you have created a ServerConnection channel and it is running. Instead of using the default queue, try creating your own queue. Make sure you specify the correct hostname,port, serverconnection channel,queue manager and queue name in your java program.