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
Accept AMQPExchange handle in AMQPQueue bind/unbind
AMQPExchange.bind/unbind already accept `string | AMQPExchange`. Mirror
that on AMQPQueue so users don't have to reach for `exchange.name` after
working with the exchange handle.
await queue.bind(exchange, "user-id") // now works
0 commit comments