Kbase P32034: Client connection is closed.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  25/11/2003 |
|
Status: Unverified
FACT(s) (Environment):
SonicMQ
SYMPTOM(s):
SonicProducer::sendReplytoSonic:An open connection has not been established
SonicProducer::sendReplytoSonic:The connection is closed.
Errors are returned in the program where sending/receiving messages are done continuously.
The errors are returned when JMSDestination and JMSReplyTo have the same Topic name.
CAUSE:
Subscriber could be receiving REPLY message sent by themselves.
FIX:
Use different Topic name for JMSDestination and JMSReplyTo. Or enable "No Local Delivery" for subscribers so that they do not receive their own messages.