Kbase P21870: Requestors are receiving Replies out of sync in some cases.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  11/25/2003 |
|
Status: Unverified
FACT(s) (Environment):
Progress 9.1D
FACT(s) (Environment):
SonicMQ 4.0
SYMPTOM(s):
Several Java client instances are sending messages with a Request to Reply.
4GL Adapter client is responding back with a reply to.
The requestors are receiving reply back messages out of sync in some cases.
CAUSE:
Correlation is not being done between the requestor and the replier.
FIX:
Set the JMSCorrelationID = the value of the MessageID which is a unique value.
Using the JMSCorrelationID syncs up requests with replies.