Using same Queue to send and receive msgs

Posted by Admin on 04-Feb-2009 21:59

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

All Replies

Posted by jtownsen on 05-Feb-2009 14:40

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?!?

Posted by Admin on 17-Feb-2009 05:54

Hi Jamie,

Thanks for your reply...

I was able to do it successfully...

Thanks & regards

Waseem

This thread is closed