Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note that if you wish to build the example client code from within your IDE you will need to add the following jars contained in the Qpid binary release into your classpath:

commonqpid-client-<RELEASE>incubating<MILESTONE>.jar
client qpid-common-<RELEASE>incubating<MILESTONE>.jar
geronimo-jms_1.1_spec-1.0.jar

At the time of writing, RELEASE is '1.0' and MILESTONE is 'M2-SNAPSHOT'.

NB: When running your client codeAt runtime, you'll need to put all the jars in the client/lib dir into your classpath along with these jars.

...