Just a qucik note on casting...
you cannot cast a String to an Integer, since you can only cast objects up or down the inheritance ladder. String and Integer are on the same level in the object hierarchy but on different branches, therefor casting is impossible. The example above uses a method...
a way to reduce the cmd window that runs the java application is to run it from a batch file:
ie:
set CLASSPATH=%CLASSPATH%;myLib\someLibrary.jar
start javaw com.mypackage.MyMainClass
With that you still see briefly the DOS window appear when it starts the JRE but then it should vanish.
Hi there,
I'm currently struggeling to find useful examples of creating/deleting queues etc. using the MQSeries PCF Java API. Does anyone have some examples or links to them?
Cheers,
sm
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.