The python fix only masks the AccVio error that you also exposed. I've found the root cause of that and am submitting a fix under issue QPID-2798.
Thanks for your concise error report. -Chuck ----- "Chris Howard" <[email protected]> wrote: > From: "Chris Howard" <[email protected]> > To: [email protected] > Sent: Friday, August 13, 2010 3:15:28 AM GMT -05:00 US/Canada Eastern > Subject: Re: Request/response between .NET server and python client > > I have downloaded the latest python code, and can confirm that it is > working fine now. > Thank you all for the very swift resolution of this bug. > > Chris > > On 12/08/2010 19:47, Rafael Schloming wrote: > > Chuck Rolke wrote: > >> 1. Yes, the Python code is sending the reply_to as an exchange. > This > >> triggers the exception handler in the C# server. > >> > >> Anyone know how to get Python to request a queue in the reply_to? > > > > I've just updated the address <-> reply-to conversion code on trunk. > > > It should now assume that a plain address is actually a queue, and > you > > can also now override this if you wish, e.g.: > > > > msg.reply_to = "my-exchange; {node: {type: topic}}" > > > > --Rafael > > > > > > > --------------------------------------------------------------------- > > Apache Qpid - AMQP Messaging Implementation > > Project: http://qpid.apache.org > > Use/Interact: mailto:[email protected] > > > --------------------------------------------------------------------- > Apache Qpid - AMQP Messaging Implementation > Project: http://qpid.apache.org > Use/Interact: mailto:[email protected] --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
