On 06/06/07, Rajith Attapattu <[EMAIL PROTECTED]> wrote:
As for the flexible part considrer the following example. If I want to send the same message to several destinations (different exchanges/routing key), I can use the low level client to do a "transfer by reference" where I send the content once followed by a several transfer methods to send the different message headers.
Wouldn't you just use a topic or fanout? Or in some more esoteric cases set up forwarding exchanges? Then you'd do mulitple bindings at the start but only one send per message, instead of multiple transfer methods?
