Search code examples
javawebsphereibm-mqwebsphere-7

For Websphere MQ tutorial


I am beginner in web sphere mq programming.

Any one has sample tutorial for connecting mq queue to java simple application.

Basically i want to read a Mq queue through my java code.

Please help me.

Thanks in advance


Solution

  • Your RC=2538 is because you have a coding error and I already pointed it out in your other question at MQJE001: Completion Code '2', Reason '2538'

    Secondly, there are 34 Java/MQ (non-JMS) sample MQ programs at http://www.capitalware.biz/mq_code_java.html

    Have you reviewed any of them and/or tried them out?