2008/5/11 Kamran Saadatjoo <[EMAIL PROTECTED]>: > Hi everyone: I've downloaded and built the M3 version of QPID, and tried to > run the AMQP example DeclareQueue against the Java broker in this release. > The error I'm receiving is "Unsupported protocol version: 0.10". I would > appreciate it if anyone could tell me what I'm doing wrong. I've made sure > that the path, classpath, and the other environment variables point to the > libraries in this release.
The java broker on trunk (i.e M3) does not yet support 0-10. If you want to use that API you will need to use the C++ broker. If you want to use a Java broker, I recommend you use the M2.1 release, and the M2.1 java client (which is JMS only). Using trunk if you are just trying to explore qpid and get things up and running isn't really recommended at this stage of the M3 development lifecycle - there are going to be bugs and issues and missing or incomplete features. Robert
