Can I use different applications for the Receive and Respond processes, and if so how will the Responder know where to send the response data to?
If the Service and Responder are different applications, then the Service session must communicate state information, containing the reply to queue manager and the reply to queue, to the Responder. The Service session exports its state as a string containing an XML tree via an exportSession() call. The Service session conveys the state data to the Responder session using some form of Interprocess Communication chosen for the cooperating applications. The Responder session re-establishes the Requester’s send state via an importSession() call. The ResponseHandler session receives the response data as one or more messages.
Related Questions
- Can I use different applications for the Receive and Respond processes, and if so how will the Responder know where to send the response data to?
- Can it retrieve data from several different sources and send that data to a single destination?
- Other vendors claim that their applications encrypt credit card data. How is QwickPAY different?