How can I give response to publisher(Business Service), from subscribers(Proxy services when using J
I have a business service which sends message in topic and 3 proxy services as subscribers. Can we send response from subscriber to publishers? or is it possible to produce response in jms-out-topic like jms-out-queue and consumed by subscriber for final response.
Thanks JA