Recently I'm learning AMQP protocol, I found Proton-J and Proton-J2. From their README in the github repo, it seems like they are both a Java implementation of AMQP. I took a quick look of the code, and still have no idea about the difference between them. And why to create a new version Proton-J2.
And I'd like to implement a simple version of Proton-J with less types, etc. to understand how it works. Is there a early version of Proton-J repo that I could refer to to learn the code?