The examples under amqpexample are written against the low level client. This API is not stable and hence not recomened for end user yet.
Please look at the jmsexamples in the same folder. Also as Aidan pointed out, please use the latest beta. Regards, Rajith. On Tue, Aug 19, 2008 at 10:46 AM, Padmapriya Mahalingam < [EMAIL PROTECTED]> wrote: > Hi, > > > > I am planning to run the amqp example which has TopicListener and > TopicPublisher. I downloaded the example from the following site. > > https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/java/client/e > xample/src/main/java/org/apache/qpid/example/amqpexample/<https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/java/client/example/src/main/java/org/apache/qpid/example/amqpexample/> > > > > But when I saw the code it has the following imports. But jars in > qpid-1.0-incubating-M2.1 does not contain these classes. Please let me > know which jar contains these files. > > import org.apache.qpid.api.Message; > > import org.apache.qpid.nclient.*; > > import org.apache.qpid.transport.*; > > -- Regards, Rajith Attapattu Red Hat http://rajith.2rlabs.com/
