Author |
Message |
Topic: MQJE001: An MQException occurred: Completion Code 2, Reason |
Gopalakrishna N
Replies: 8 Views: 29623
|
Forum: IBM MQ Java / JMS Posted: Wed Mar 15, 2006 7:08 pm Subject: MQJE001: An MQException occurred: Completion Code 2, Reason |
Hi
This is the code I used, which is downloaded from the net. I just added an option to set the Posted Message format to EBCDIC using the option mentioned below. (though even after commenting my co ... |
Topic: MQJE001: An MQException occurred: Completion Code 2, Reason |
Gopalakrishna N
Replies: 8 Views: 29623
|
Forum: IBM MQ Java / JMS Posted: Wed Mar 15, 2006 5:31 pm Subject: MQJE001: An MQException occurred: Completion Code 2, Reason |
I am a newbie to MQ. So kindly pardon if I miss any details.
I am not using any SSL and Am connecting as a client. Have MQ server set up in my machine, configured the QMGR/Remote Queue/Sender Chann ... |
Topic: MQJE001: An MQException occurred: Completion Code 2, Reason |
Gopalakrishna N
Replies: 8 Views: 29623
|
Forum: IBM MQ Java / JMS Posted: Wed Mar 15, 2006 3:56 pm Subject: MQJE001: An MQException occurred: Completion Code 2, Reason |
Hi all
I am trying to run a Java class which will do nothing other than put a message into the MQ queue. I also have another java application which would read the same message..
While trying to ... |
Topic: Java to Mainframe Communication |
Gopalakrishna N
Replies: 6 Views: 6187
|
Forum: IBM MQ Java / JMS Posted: Tue Mar 14, 2006 3:51 pm Subject: Java to Mainframe Communication |
Thanks a ton again Jeff.
If you could let me know how to instruct the Channel to do that, it would be extremely helpful. Kindly help me out.
Thanks and Regards,
Gopalakrishna N. |
Topic: Java to Mainframe Communication |
Gopalakrishna N
Replies: 6 Views: 6187
|
Forum: IBM MQ Java / JMS Posted: Tue Mar 14, 2006 2:59 pm Subject: Java to Mainframe Communication |
Thanks a lot for the info Jeff.
Is there any way of handling the same through MQ Properties? I mean setitng some property values in the Queue Manager or Channel? If the above is the only way, then ... |
Topic: Java to Mainframe Communication |
Gopalakrishna N
Replies: 6 Views: 6187
|
Forum: IBM MQ Java / JMS Posted: Tue Mar 14, 2006 2:24 pm Subject: Java to Mainframe Communication |
Hi
I am trying send messages through MQ to external Mainframe systems. The specification those Mainframe guys have told me is just that I need to send the messages in EBCDIC format Now how do ... |