You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by Kim van der Riet <ki...@redhat.com> on 2006/09/18 16:22:34 UTC

Multiple AMQP version support on the Java server

I have been working on a framework that will allow multiple AMQP
versions to be supported on the Java server - plans are also to do the
same for the C++ server. This is not a trivial problem to solve,
especially given how much work has already been done on the Java
code-base. I have posted some design ideas for this on the Apache Qpid
wiki (http://wiki.apache.org/qpid/AMQPVersion), and invite comment and
discussion.

I propose that to make communications easier, we restrict the discussion
to this mail list, rather than have the discussion in two places - the
wiki and the list. I propose to keep the wiki updated every couple of
days to reflect the latest thinking in this area.

Thanks,
Kim


Re: Multiple AMQP version support on the Java server

Posted by st...@jpmorgan.com.
Thanks for making your proposal public. From the changes you made already 
I was worried that you were going down the path of (2) :-).

I quite like what you suggest in (3). I had originally thought the the 
specification would need to be annotated with the version information 
explicitly/manually. Doing a diff is a great idea!

Please consider the following changes:

  * If a frame changes in a version, generate an entire new class (instead 
of having a single cumulative class). This addresses disadvantage (c).
  * Instead of using a different package name, append the version number 
to the class generated (this is much easier to use in Java).

Cheers,
Steve.

This communication is for informational purposes only. It is not intended as an offer or solicitation for the purchase or sale of any financial instrument or as an official confirmation of any transaction. All market prices, data and other information are not warranted as to completeness or accuracy and are subject to change without notice. Any comments or statements made herein do not necessarily reflect those of JPMorgan Chase & Co., its subsidiaries and affiliates.

This transmission may contain information that is privileged, confidential, legally privileged, and/or exempt from disclosure under applicable law. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution, or use of the information contained herein (including any reliance thereon) is STRICTLY PROHIBITED. Although this transmission and any attachments are believed to be free of any virus or other defect that might affect any computer system into which it is received and opened, it is the responsibility of the recipient to ensure that it is virus free and no responsibility is accepted by JPMorgan Chase & Co., its subsidiaries and affiliates, as applicable, for any loss or damage arising in any way from its use. If you received this transmission in error, please immediately contact the sender and destroy the material in its entirety, whether in electronic or hard copy format. Thank you.