You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Start a client that doesn't advertise exchange_exchange_bindings (like Pika)
Try to list connections using rabbitmqadmin-ng connections list
This is the error (screenshot, because coping an ASCII table isn't working right now):
This is due to ClientCapabilities requiring exchange_exchange_bindings to be present in the JSON response. I don't think we can expect any specific capability to be present.
I'll see if I can figure out a fix! I will ensure Pika sends the exchange_exchange_bindings capability in the next release.