How can i make sure document reaches to same IS

Hi every one…

I have a unique scenario…I have two Integration servers in cluster and both of them are pointed to single borker…When i publish a document to borker, i have a unique requirement saying that, responce has to come to same IS which published the docuemnt to broker…In otherway, the responce should not go to different server, which is in the cluster…For example, if i publish the document from the IS ‘A’, responce should come to IS ‘A’ only. Similary if i publish from IS ‘B’, responce should come to IS ‘B’. But both of them are pointed to a single broker…

I appriciate you help in this regards…

Where do the response of the published document come from ?
Is it another published document ?

If the response is a published document you can use publishAndWait service (in both IS as it is a cluster) to make sure that your response will be consumed by the publishing broker client (the publishing IS).

Regards,
Djibril.