Hmm, as usually only after sending the question I find the appropriate answer in the archive :-(. I assume nothing really changed since the thread http://qpid.2158936.n2.nabble.com/messaging-Session-bahaviour-on-error-td6192241.html#a6230455 but the JIRA QPID-5824 <https://issues.apache.org/jira/browse/QPID-5824> seems to cover exactly the same problem.
Thanks & Regards Jakub On Tue, Aug 12, 2014 at 3:28 PM, Jakub Scholz <[email protected]> wrote: > Hi, > > In the qpid.messaging C++ API, many exceptions don't close the connection > but only the session - for example when one tries to create a receiver on a > queue which doesn't exist. > > As far as I understood it, in such situation I have to always recreate the > session and all its senders / receivers manually one by one in my > application, is that correct? Or is there some way how to let the library > recreate all of them for me - e.g. something like the reconnect() method on > the connection level? > > Thanks & Regards > Jakub >
