On 31 May 2016 at 11:35, Steven <[email protected]> wrote: > Hello,every one, > > As We can see from Qpid Java 6.0.3 official documentation,It URL link > address is https://qpid.apache.org/releases/qpid-java-6.0.3/index.html > <https://qpid.apache.org/releases/qpid-java-6.0.3/index.html> ,We can see > it support the following protocol:Qpid JMS (AMQP 0-10, 0-9-1, 0-9, 0-8),I
That line is actually for the AMQP 0-x JMS client shipped as part of the 'qpid-java' releases. The line just above for the broker itself, actually says: "1.0, 0-10, 0-9-1, 0-9, 0-8" > installed the broker into linux,use the command "./qpid-server -v" to start > the broker,As you can see > below screenshot: > <http://qpid.2158936.n2.nabble.com/file/n7644783/broker-help.png> That console text has likely just become stale and not been noticed. The broker has had AMQP 1.0 support for a while. I'd probably just remove it personally since the protocols supported are configurable on a per-port basis, meaning what the broker as a whole supports is only ever going to be partially relevant. > and I enter into the the web console,when I create a new port,It can support > AMQP 1.0 protocal,It seems not reasonable. > <http://qpid.2158936.n2.nabble.com/file/n7644783/support1.png> > Could you look into this display issue? Thanks in advance. > > > > -- > View this message in context: > http://qpid.2158936.n2.nabble.com/Why-dose-Qpid-Java-6-0-3-broker-port-support-AMQP-1-0-protocol-option-tp7644783.html > Sent from the Apache Qpid users mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > 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]
