Yep! Encoding/decoding is in good shape, as is the connection and session layers, however the link layer needs to be implemented still since a rash of spec changes kinda made me do a reboot of the implementation back in May/June. That also means the bit that glues it to the Apollo broker will probably need to be updated also.
Now that 1.0 has been voted as final it should be easier to implement, note though that they still have yet to put out a final broker spec, the final 1.0 AMQP spec just covers the protocol. Thanks, Stan On Wed, Oct 12, 2011 at 10:13 AM, Hiram Chirino <hi...@hiramchirino.com> wrote: > Hi John > > I know that the fusesource guys started working on an AMQP 1.0 > implementation over on github [1] which builds on top of the Apollo > infrastructure. Not sure how complete it is yet. Perhaps Stan Lewis > can comment on how complete it is. > > [1] > https://github.com/fusesource/fabric/tree/master/fabric-apollo/fabric-apollo-amqp > > > Regards, > Hiram > > FuseSource > Web: http://fusesource.com/ > > > > > On Tue, Oct 4, 2011 at 5:53 AM, John Fletcher <fletch...@gmail.com> wrote: >> Hi, I'm looking into AMQP support on ActiveMQ and I've stumbled upon some >> mixed signals. >> >> This page claims that ActiveMQ supports AMQP: >> http://activemq.apache.org/cross-language-clients.html, however clicking on >> the link brings one to a page that states that ActiveMQ does not >> actually support AMQP. The page refers to an upcoming 0.10 release of AMQP >> (obviously a bit dated) and the desire to integrate into the final version >> of AMQP, which since then has been released. >> >> A bit of searching brought me to fairly old mailing list >> archives<http://markmail.org/message/i67pn2u3mglcvbb6>where Rob Davies >> stated that rewrite of the ActiveMQ broker would be >> required to support AMQP, and that it is planned for ActiveMQ 6. >> Interestingly there is another evidently dated page about the 6 release - >> http://activemq.apache.org/new-features-in-60.html - which refers to a late >> 2010 release date. >> >> Then there's the Apollo project which *is* in fact a rewrite of ActiveMQ, >> making me wonder whether AMQP support will be an aim there. >> Can anyone give an update on planned AMQP support in ActiveMQ? Namely is it >> still envisioned for ActiveMQ 6? If so, does anyone have any idea when some >> kind of ActiveMQ 6 build with AMQP support might surface? Likewise is AMQP >> support envisioned for Apollo and if so when might a compatible build be >> likely to surface? >> >> Thanks, >> John >> >