From qpid-users-return-298-apmail-incubator-qpid-users-archive=incubator.apache.org@incubator.apache.org Tue Aug 19 14:47:08 2008 Return-Path: Delivered-To: apmail-incubator-qpid-users-archive@locus.apache.org Received: (qmail 92472 invoked from network); 19 Aug 2008 14:47:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Aug 2008 14:47:06 -0000 Received: (qmail 41111 invoked by uid 500); 19 Aug 2008 14:47:04 -0000 Delivered-To: apmail-incubator-qpid-users-archive@incubator.apache.org Received: (qmail 41101 invoked by uid 500); 19 Aug 2008 14:47:04 -0000 Mailing-List: contact qpid-users-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: qpid-users@incubator.apache.org Delivered-To: mailing list qpid-users@incubator.apache.org Received: (qmail 41090 invoked by uid 99); 19 Aug 2008 14:47:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Aug 2008 07:47:04 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [69.38.173.210] (HELO mail1.infoex.com) (69.38.173.210) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Aug 2008 14:46:08 +0000 X-MimeOLE: Produced By Microsoft Exchange V6.5 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C9020A.6148D710" x-cr-puzzleid: {62ACC125-CEAE-40EA-88B4-866396D3C8BC} Content-class: urn:content-classes:message x-cr-hashedpuzzle: hMo= 81M= AAev AcmC Aii5 A8Jj CQ/+ D/jx EraD E5n2 F4di Gn75 G3aq IEh3 I12C I2IW;1;cQBwAGkAZAAtAHUAcwBlAHIAcwBAAGkAbgBjAHUAYgBhAHQAbwByAC4AYQBwAGEAYwBoAGUALgBvAHIAZwA=;Sosha1_v1;7;{62ACC125-CEAE-40EA-88B4-866396D3C8BC};cABtAGEAaABhAGwAaQBuAGcAYQBtAEAAaQBuAGYAbwBlAHgALgBjAG8AbQA=;Tue, 19 Aug 2008 14:46:33 GMT;bwByAGcALgBhAHAAYQBjAGgAZQAuAHEAcABpAGQALgBuAGMAbABpAGUAbgB0ACAAaQBuACAAcQBwAGkAZAAtADEALgAwAC0AaQBuAGMAdQBiAGEAdABpAG4AZwAtAE0AMgAuADEA Subject: org.apache.qpid.nclient in qpid-1.0-incubating-M2.1 Date: Tue, 19 Aug 2008 10:46:33 -0400 Message-ID: <2767E4FBA2450749854110BC80997EEF0DFA33@winsrv1.ad.e-infoexchange.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: org.apache.qpid.nclient in qpid-1.0-incubating-M2.1 Thread-Index: AckCCl/g7sJ/OgcDQJSRxhM23KQlTQ== From: "Padmapriya Mahalingam" To: X-Virus-Checked: Checked by ClamAV on apache.org ------_=_NextPart_001_01C9020A.6148D710 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi, =20 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/ =20 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.*; ------_=_NextPart_001_01C9020A.6148D710--