This implements a solution along the lines of the first that I mention in issue #24. It's possible that other properties that the default exchange has will not be correctly reflected, or that other things may break. All the existing specs pass, with one modification. I haven't commented or added any new specs, but if you want this it accomplishes the one thing I wanted - if you send a message to the default exchange with routing_key an existing queue, it'll be delivered.
For issue #24 which I filed.
This implements a solution along the lines of the first that I mention in issue #24. It's possible that other properties that the default exchange has will not be correctly reflected, or that other things may break. All the existing specs pass, with one modification. I haven't commented or added any new specs, but if you want this it accomplishes the one thing I wanted - if you send a message to the default exchange with routing_key an existing queue, it'll be delivered.