Products | Versions |
---|---|
TIBCO API Exchange | ALL |
When APIX is configured with Target Operations using ESB or SOAPJMS transport,
- the request queues are configured on the Target Operation
- and the response queues are set in the asg.properties files
for e.g.:
If your Target Operation is using ESB0 channel, then the default replyQueue it uses is:
--------
tibco.clientVar.ASG/Endpoint/ESB0/replyQueue=asg.out.request.reply.0.0
--------
One can also check the "replyTo" property set on the Request Message(using Gems or such tool).
If both the APIX engines are connected to the same EMS queue, they will both have listeners on the same reply queue and pick up messages meant for the other engine.