Author |
Message |
Topic: MessageId |
mastanr
Replies: 9 Views: 4825
|
Forum: General IBM MQ Support Posted: Tue Aug 02, 2005 11:33 am Subject: MessageId |
I did printed the messageId and correlId from both request and reply queues and all are same.
May be this is due to our MQ server version 1.
Unlikely.
gmo.matchOptions = MQC.MQMO_MATCH_CORREL_I ... |
Topic: MessageId |
mastanr
Replies: 9 Views: 4825
|
Forum: General IBM MQ Support Posted: Tue Aug 02, 2005 9:57 am Subject: MessageId |
I was trying with different options and pasted here wrong code. I got this working with matching messageId but not with correlId. May be this is due to our MQ server version 1.
We changed the cics ... |
Topic: MessageId |
mastanr
Replies: 9 Views: 4825
|
Forum: General IBM MQ Support Posted: Tue Aug 02, 2005 9:11 am Subject: MessageId |
We changed the cics program and I am receiving the correct messageId. I compared both one I sent and received. They are same. But if I set options like below, I am retrieving no messages. Can any one ... |
Topic: MessageId |
mastanr
Replies: 9 Views: 4825
|
Forum: General IBM MQ Support Posted: Tue Aug 02, 2005 8:07 am Subject: MessageId |
Yes you are right. The CICS program was not moving correct messageId to Reply queue. I will consider the other two comments you made. Thanks for the Help.
The CICS program is reading the options I ... |
Topic: MessageId |
mastanr
Replies: 9 Views: 4825
|
Forum: General IBM MQ Support Posted: Mon Aug 01, 2005 12:22 pm Subject: MessageId |
Hello:
I am writing a sample MQ client program of type request/reply. The client program I am writing is a Java program using MQ API. The MQ server is on Mainframe and it is version 1.
My problem ... |
Topic: MQJE001: Completion Code 2, Reason 2046 |
mastanr
Replies: 2 Views: 11351
|
Forum: IBM MQ API Support Posted: Fri Jul 29, 2005 7:53 am Subject: MQJE001: Completion Code 2, Reason 2046 |
Thanks for your note. So, the request/reply works even if I don't specify these options?
From the Using Java manual, section titled 'Restrictions and variations for core classes'
MQPMO_* values
... |
Topic: MQJE001: Completion Code 2, Reason 2046 |
mastanr
Replies: 2 Views: 11351
|
Forum: IBM MQ API Support Posted: Fri Jul 29, 2005 6:46 am Subject: MQJE001: Completion Code 2, Reason 2046 |
Hello:
I am trying to put a message onto a queue and I am getting the above error. My program is REQUEST/REPLY type. Below are the options I am setting. If I take out MQC.MQPMO_NEW_MSG_ID from the GM ... |
Topic: Junk characters From the queue |
mastanr
Replies: 2 Views: 2918
|
Forum: IBM MQ API Support Posted: Fri Jul 22, 2005 12:57 pm Subject: Junk characters From the queue |
Hello:
I wrote Java MQ client program, all it does is put a message and the Cics program on mainframes picks the message and replies to reply queue. MQ is on host. Our problem here is, cics program ... |
Topic: New to MQSeries |
mastanr
Replies: 7 Views: 3939
|
Forum: General Discussion Posted: Thu Jul 21, 2005 11:38 am Subject: New to MQSeries |
Thanks for your note. I guess I can use JMS client or MQ clinet to talk to MQ Server. Which one will be the better option?
You can only talk to the mainframe if the mainframe has installed somethin ... |
Topic: New to MQSeries |
mastanr
Replies: 7 Views: 3939
|
Forum: General Discussion Posted: Thu Jul 21, 2005 10:31 am Subject: New to MQSeries |
Hello:
I am very new to MQSeries and I need your suggestion how to implement it. I am working on a java project and we are having a MQSeries on Mainframe host. Java program need to talk to MQSeries a ... |