We will need to revisit this call. We are currently using the name of the queue as both the queue name and routing key. The meaning of the routing key for exchange is deepened on the the type of exchange. For example, in the current use of this function we are using fanout and that one doesn't use routing keys.
Originally posted by @lmarini in #191 (comment)