Hi,
Is there any way to check from a C++ client whether a certain queue has
anything bound do it? Ideally, I'd like to be able to tell a queue
without bindings apart from one that's bound to something, never mind
what it is, but if we have to look for a specific exchange, that might
work, too.
I did find this
http://qpid.2158936.n2.nabble.com/How-can-I-know-queue-existence-td3734626.html
which suggests there is a method exchangeBound(), but it's not quite
clear to me how it should be used. Help, anyone?
Related question: Is there any way I can get a Session_0_10 object or
otherwise access its functionality if what I have is a
qpid::messaging::Session?
Thanks,
- Toralf