On Mon, 2006-09-25 at 12:58 +0100, Steven Shaw wrote: > On 25/09/06, Gordon Sim <[EMAIL PROTECTED]> wrote: > > In general in AMQP the only information used in sending would be the > > exchange name and the routing key. Perhaps two fields in the headers > > 'reply exchange' and 'reply routing key' would be better long term > > approach than trying to encode the information in a single string. > > Certainly I don't think the queue name (or any of its properties) should > > be included. > > I agree.
+1. Also the format uses nested single-quoted strings. Even if you can parse it (I have no idea how) it seems very error prone. If we need nesting then some bracket character is in order, but I think the need for nesting is evidence of trying to stuff too much into a Cheers, Alan.
