>> 3) is there any work around to delete the temp queue programmatically?

>Not sure I understand the question. The temp queue would be deleted by
>closing the receiver.

I have tried with receiver close API, it is blocking call and deleting the
temp queue.     

                Message response = receiver.fetch();
                std::cout << request.getContent() << " -> " << 
response.getContent() <<
std::endl;
                
                receiver.close();

thanks,
Mohan



--
Sent from: http://qpid.2158936.n2.nabble.com/Apache-Qpid-users-f2158936.html

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to