On 30/04/2008, Robert Greig <[EMAIL PROTECTED]> wrote: > 2008/4/30 Carl Bourne <[EMAIL PROTECTED]>: > > > >Out of interest - do you get the same behaviour when you use the Rub > > >client with the Qpid Java Broker or Qpid C++ broker (using the M2.1 > > >release candidates, >which speak AMQP0-9)? > > > > I haven't tried this yet - need to download and compile it. I might be > completely (feel free to correct me) wrong, but on first pass QPID looks like > it has a steeper learning curve. > > > Are you happy to use a Java broker or do you need to use C++? The Java > comes fully built and should run "out of the box". > > > Robert
Carl, We haven't yet officially released M2.1 but the RC is available as listed below. It should really be as simple as: wget http://people.apache.org/~aidan/qpid-M2.1-RC6/qpid-1.0-incubating-M2.1-java-bin.tar.gz tar xzf qpid-1.0-incubating-M2.1-java-bin.tar.gz cd qpid-1.0-incubating-M2.1 export QPID_HOME=`pwd` cd bin ./qpid-server Provided you have at least Java 5 on your path. hth Martin -- Martin Ritchie
