Author |
Message |
Topic: JMS REQUEST answered with DATAGRAM is not recieved in WAS |
BosmanGH
Replies: 17 Views: 12451
|
Forum: IBM MQ Java / JMS Posted: Mon Sep 10, 2007 11:33 am Subject: JMS REQUEST answered with DATAGRAM is not recieved in WAS |
Finally the problem was solved today.
First we added the JMS_IBM_Report_Pass_Correl_ID as setting for the message. This did't directly work.
Secondly: We found out that we could provide ... |
Topic: JMS REQUEST answered with DATAGRAM is not recieved in WAS |
BosmanGH
Replies: 17 Views: 12451
|
Forum: IBM MQ Java / JMS Posted: Mon Sep 10, 2007 3:38 am Subject: JMS REQUEST answered with DATAGRAM is not recieved in WAS |
btw: what does slaps wrist mean?
English is not my native language...... |
Topic: JMS REQUEST answered with DATAGRAM is not recieved in WAS |
BosmanGH
Replies: 17 Views: 12451
|
Forum: IBM MQ Java / JMS Posted: Mon Sep 10, 2007 3:35 am Subject: JMS REQUEST answered with DATAGRAM is not recieved in WAS |
If you could make clear why we should change the transactional settings, we would. But I'm not sure if this would be the key.
Currently we have several request - reply mechanisms working correctly. ... |
Topic: JMS REQUEST answered with DATAGRAM is not recieved in WAS |
BosmanGH
Replies: 17 Views: 12451
|
Forum: IBM MQ Java / JMS Posted: Mon Sep 10, 2007 2:41 am Subject: JMS REQUEST answered with DATAGRAM is not recieved in WAS |
Do I need to set the following setting in the request message?
JMS_IBM_Report_Pass_Correl_ID |
Topic: JMS REQUEST answered with DATAGRAM is not recieved in WAS |
BosmanGH
Replies: 17 Views: 12451
|
Forum: IBM MQ Java / JMS Posted: Sun Sep 09, 2007 10:53 pm Subject: JMS REQUEST answered with DATAGRAM is not recieved in WAS |
Well, we confirmed that the reply message (as response on the request sent by us) was sent by our serviceprovider.
We are sure that this reply was put to the correct queue, but JMS / WAS 6 could not ... |
Topic: JMS REQUEST answered with DATAGRAM is not recieved in WAS |
BosmanGH
Replies: 17 Views: 12451
|
Forum: IBM MQ Java / JMS Posted: Sun Sep 09, 2007 10:53 am Subject: JMS REQUEST answered with DATAGRAM is not recieved in WAS |
Ok, this seems logical to me.
But why is the response not read during the transaction? Could the DATAGRAM messagetype or the incorrect CorrelationId be the reason? |
Topic: JMS REQUEST answered with DATAGRAM is not recieved in WAS |
BosmanGH
Replies: 17 Views: 12451
|
Forum: IBM MQ Java / JMS Posted: Fri Sep 07, 2007 1:27 pm Subject: JMS REQUEST answered with DATAGRAM is not recieved in WAS |
For our application we've implemented request / reply messaging.
We are using Websphere App. Server 6 and JMS.
The pattern used is the "CorrelationId pattern", the CorrId from the reque ... |