Re: Check if a queue has bindings in C++ client (AMQP 0-10)

2019-02-22 Thread Gordon Sim
On 22/02/2019 11:40 am, Toralf Lund wrote: 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 fo

Check if a queue has bindings in C++ client (AMQP 0-10)

2019-02-22 Thread Toralf Lund
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