Kbase P113088: Adapter for SonicMQ: requestReply procedure errors with "Cannot send to topic with this session"
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  2/1/2006 |
|
Status: Unverified
FACT(s) (Environment):
OpenEdge 10.1A
Sonic MQ 6.x
SYMPTOM(s):
Sonic MQ 6.1
Adapter for SonicMQ 10.1A
session created with jms/ptpsession.r or jms/pubsubsession.r
Call to 4GL-JMS requestReply procedure fails with error
Cannot send to <'topic' or 'queue'> with this session
CAUSE:
The value of replyToDestinationType is not the same as the session initiating the requestReply
FIX:
Use the 4GL-JMS setReplyToDestinationType procedure to set it to "queue" or "topic" to match the type of session initiating the requestReply.