rabbitmq / amqp091-go

An AMQP 0-9-1 Go client maintained by the RabbitMQ team. Originally by @streadway: `streadway/amqp`
Other
1.49k stars 135 forks source link

Incomplete example in (*Channel).QueueBind documentation #279

Open guneyizol opened 2 months ago

guneyizol commented 2 months ago

In this example, shouldn't the publishing routing key of alert cause the message to be also published to the emails queue?

https://github.com/rabbitmq/amqp091-go/blob/afb3ba37b03ad54022016da34465d5938e057db8/channel.go#L938