Author |
Message |
Topic: Message is lost when receiving from Mainframe - SOLVED |
prabuk
Replies: 10 Views: 5329
|
Forum: IBM MQ Java / JMS Posted: Wed Apr 21, 2004 12:06 pm Subject: Message is lost when receiving from Mainframe - SOLVED |
Yes the problem was because of the MQMD. Not it is working fine.
Thanks for your responses... |
Topic: Message is lost when receiving from Mainframe - SOLVED |
prabuk
Replies: 10 Views: 5329
|
Forum: IBM MQ Java / JMS Posted: Wed Apr 21, 2004 11:27 am Subject: Message is lost when receiving from Mainframe - SOLVED |
Probably I found the problem, my customer is using the same MQMD data area to get and put. So whatever he gets interms of MQMD in GET he tries to send as part of PUT. Probably this is what corrupts th ... |
Topic: Message is lost when receiving from Mainframe - SOLVED |
prabuk
Replies: 10 Views: 5329
|
Forum: IBM MQ Java / JMS Posted: Wed Apr 21, 2004 11:14 am Subject: Message is lost when receiving from Mainframe - SOLVED |
My customer has given his COBOL code, let me know if there is any problem with the code...
Thanks
S300-000-PROCESS-INQUIRY SECTION.
IF WH-HMO-COMPCODE = MQCC-OK ... |
Topic: Message is lost when receiving from Mainframe - SOLVED |
prabuk
Replies: 10 Views: 5329
|
Forum: IBM MQ Java / JMS Posted: Wed Apr 21, 2004 11:10 am Subject: Message is lost when receiving from Mainframe - SOLVED |
-Does this mean you stopped the sdr channel on the remote end and physically saw the messages on xmitq. Because unless you do that you cannot ever view messages on xmitq. Because they are pulled off ... |
Topic: Message is lost when receiving from Mainframe - SOLVED |
prabuk
Replies: 10 Views: 5329
|
Forum: IBM MQ Java / JMS Posted: Wed Apr 21, 2004 9:21 am Subject: Message is lost when receiving from Mainframe - SOLVED |
jefflowrey
Sorry i didn't explain it properly.
Have you verified that your JMS code can read a properly formatted reply message?
As I explained before I could read the message when he sen ... |
Topic: Message is lost when receiving from Mainframe - SOLVED |
prabuk
Replies: 10 Views: 5329
|
Forum: IBM MQ Java / JMS Posted: Wed Apr 21, 2004 8:55 am Subject: Message is lost when receiving from Mainframe - SOLVED |
Have you manually verified that the reply message being sent by the mainframe is correct?
Yes, our mq admin examined the message. When he costructs the message asynchronusly, then the mq admin ... |
Topic: Message is lost when receiving from Mainframe - SOLVED |
prabuk
Replies: 10 Views: 5329
|
Forum: IBM MQ Java / JMS Posted: Wed Apr 21, 2004 8:23 am Subject: Message is lost when receiving from Mainframe - SOLVED |
We have a strange problem. My application require to communicate with mainframe system. With NONJMS switch on my side and MQSTR format setting on mainframe side, we could send and receive messages asy ... |
Topic: Topic issue - Using ASF for JMS |
prabuk
Replies: 1 Views: 2306
|
Forum: IBM MQ Java / JMS Posted: Tue Mar 30, 2004 2:50 pm Subject: Topic issue - Using ASF for JMS |
Nayanan or anybody, I saw that latest MQ/JMS library allows for app server implementation of concurrent consuming messages. I have a question of how the ServerSession to be implemented, according to t ... |
Topic: How to set MQRC option via JMS API |
prabuk
Replies: 4 Views: 3323
|
Forum: IBM MQ Java / JMS Posted: Mon Mar 08, 2004 8:14 am Subject: How to set MQRC option via JMS API |
Eddie
Sorry, It was my mistake. I was confused between req annd response queues. You are right that I was trying to write onto a remote queue, that was my naming problem. It works fine now.
Than ... |
Topic: How to set MQRC option via JMS API |
prabuk
Replies: 4 Views: 3323
|
Forum: IBM MQ Java / JMS Posted: Mon Mar 08, 2004 8:05 am Subject: How to set MQRC option via JMS API |
It is a local queue that I want to read from. Fragment of code that I have shown is from the requester (client) program, first I'm trying to create a receiver and then a sender..
factory = new MQ ... |
Topic: How to set MQRC option via JMS API |
prabuk
Replies: 4 Views: 3323
|
Forum: IBM MQ Java / JMS Posted: Mon Mar 08, 2004 6:40 am Subject: How to set MQRC option via JMS API |
Hi folks,
No body ever tried to create QCF and Q at runtime and got this error. Or anybody knows how to set the QRC options directly in JMS API. I went through all avail docs, nowhere it is mention ... |
Topic: How to set MQRC option via JMS API |
prabuk
Replies: 4 Views: 3323
|
Forum: IBM MQ Java / JMS Posted: Fri Mar 05, 2004 1:06 pm Subject: How to set MQRC option via JMS API |
I'm writing code in JMS API to do a request reply app. I have exp in MQ Base. Our project doesn't require JNDI naming, we are asked to not to use, hence I'm trying to create QCF and Q at runtime. Ple ... |
Topic: Synchronus Messaging using MQ in Java |
prabuk
Replies: 6 Views: 3486
|
Forum: IBM MQ Java / JMS Posted: Fri Feb 27, 2004 1:09 pm Subject: Synchronus Messaging using MQ in Java |
Nop We want to use standard java API, either AMI or MQI, is there anything else other than JMS implementations. I want documentation for AMI library (API reference and Java Doc).
Thanks for your he ... |
Topic: Synchronus Messaging using MQ in Java |
prabuk
Replies: 6 Views: 3486
|
Forum: IBM MQ Java / JMS Posted: Fri Feb 27, 2004 8:27 am Subject: Synchronus Messaging using MQ in Java |
Thanks Venela
I understand conceptually how a req-reply model works in MQ that,
Requesting app (client),
1. Sets msgid and not correl id
2. Sets reply-to-q for the response
Server app,
... |
Topic: Synchronus Messaging using MQ in Java |
prabuk
Replies: 6 Views: 3486
|
Forum: IBM MQ Java / JMS Posted: Thu Feb 26, 2004 2:19 pm Subject: Synchronus Messaging using MQ in Java |
We would like to use the API to do a synchronus messaging. App A1 puts request message to Queue Q1, and waits for the response message as a response to the put call itself!! Is there a function like t ... |