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
in the comment above the QueueUnbind channel method (channel.go:975) it states the following:
It is possible to send and empty string for the exchange name which means to
unbind the queue from the default exchange.
but in the management UI under Exchanges > (AMQP default) > Bindings is says (emphasis mine):
The default exchange is implicitly bound to every queue, with a routing key equal to the queue name. It is not possible to explicitly bind to, or unbind from the default exchange. It also cannot be deleted.
Also tried it and got an error: Failed to unbind queue: Exception (403) Reason: "ACCESS_REFUSED - operation not permitted on the default exchange"
Reproduction steps
Read the comment
Read the docs
Confusion
Expected behavior
Read the comment
Read the docs
Consistency
Additional context
No response
The text was updated successfully, but these errors were encountered:
Indeed it is not allowed to bind/unbind from the default exchange. We deviate from the spec in that regards. I will update our web docs. The comment is removed via a6fa7f7
Describe the bug
in the comment above the QueueUnbind channel method (channel.go:975) it states the following:
but in the management UI under Exchanges > (AMQP default) > Bindings is says (emphasis mine):
Also tried it and got an error:
Failed to unbind queue: Exception (403) Reason: "ACCESS_REFUSED - operation not permitted on the default exchange"
Reproduction steps
Expected behavior
Additional context
No response
The text was updated successfully, but these errors were encountered: