sure it has, I have this code somewhere, let me take a look I'll post it here
On Wed, May 27, 2020 at 2:17 AM mohank <[email protected]> wrote: > >> 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] > >
