Is your feature request related to a problem? Please describe.
the pubsub/rabbitpubsub driver was designed to work with topics, and it always send an empty routing key. However it is frustrating when an exchange of type x-modulus-hash (see https://github.com/rabbitmq/rabbitmq-sharding )
Describe the solution you'd like
Today the pubsub/kafkapubsub driver supports a query string key_name to define a metadata key to be used as routing key instead generic metadata. I'd like to do the same with rabbitmq
Describe alternatives you've considered
I have no alternatives :/