Re: org.apache.qpid.nclient in qpid-1.0-incubating-M2.1

2008-08-19 Thread Rajith Attapattu
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/
>
>
>
> 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/


Re: org.apache.qpid.nclient in qpid-1.0-incubating-M2.1

2008-08-19 Thread Aidan Skinner
On Tue, Aug 19, 2008 at 3:46 PM, Padmapriya Mahalingam
<[EMAIL PROTECTED]> wrote:

> 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.

Try the M3 Beta: http://people.apache.org/~aidan/qpid/M3-beta/

- Aidan
-- 
Apache Qpid - World Domination through Advanced Message Queueing
http://cwiki.apache.org/qpid
"Nine-tenths of wisdom consists in being wise in time." - Theodore Roosevelt


org.apache.qpid.nclient in qpid-1.0-incubating-M2.1

2008-08-19 Thread Padmapriya Mahalingam
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/

 

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.*;