Description
Currently, when publishing messages via REST (QueueManagingVirtualHost#publishMessage) you cannot specify a routing key. The common address pattern "<exchange>/<routingKey>" is not respected.
Related to this: We should persist the exchange and routing key of InternalMessages in the store. Unfortunately, the MessageMetaData is not versioned making alterations to the stored format very difficult.