Description
Current AMQP implementation doesn't provide a way to implement efficient anonymous producers. The QPid JMS client for instance opens a new producer instance for each destination that the anonymous producer sends to. To more efficiently handle anonymous producers we should provide a configurable node name (default as $relay) which would use the to feild of the incoming message to decide where the message is to be sent.