On 26 April 2012 10:55, Zhihua Che <[email protected]> wrote: > 在 2012年4月26日 下午4:26,Rob Godfrey <[email protected]> 写道: >> The documentation is a little out of date. >> >> The C++ Broker only support version 0-10 of the protocol, with support >> for AMQP 1.0 coming soon. >> >> The Java Broker supports versions 0-8, 0-9, 0-9-1 and 0-10 with >> support for AMQP 1.0 coming soon (you can check out the latest code >> from svn to get initial AMQP 1.0 support). >> >> Why do you need to use AMQP 0-9? > > It's because our previous code use amqp 0-9 :-(
Fair enough :-) The Qpid/Java broker should be able to work with your previous code then... and if you wish to move to 0-10 in time, the broker is capable of receiving messages in 0-9 and sending them out in 0-10 (or vice versa) so you can mix clients between the older and more recent versions of the protocol. -- Rob > >> >> Cheers, >> Rob >> >> On 26 April 2012 10:21, Zhihua Che <[email protected]> wrote: >>> Hi, >>> >>> I've installed a qpid-0.14 C++ broker and it works well? I wonder >>> if it's ok to run this broker with 0-9 amqp specifications? >>> I found this statement in doc >>> >>> The python and ruby clients will also support all versions, but the >>> API is dynamically driven by the specification used and so differs >>> between versions. To work with the Java broker you must use 0-8 or >>> 0-9, to work with the C++ broker you must use 0-10. >>> >>> Does it mean I have to install java broker instead to use amqp 0-9? >>> >>> Thanks >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [email protected] >>> For additional commands, e-mail: [email protected] >>> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
