Hi
Is it possible to send a request from a queue and receive responses to the same queue?
If it is possible how to write a service which listen to a queue and send the response to the same queue??
Thanks in advance
Waseem
Is it possible to send a request from a queue and receive responses to the same queue?
Yes
If it is possible how to write a service which listen to a queue and send the response to the same queue??
Well, yes, but I don't know why you'd want to do that. The message would just go around and around in the same service?!?
Hi Jamie,
Thanks for your reply...
I was able to do it successfully...
Thanks & regards
Waseem