On Thu, Jun 12, 2008 at 6:18 AM, <[EMAIL PROTECTED]> wrote:

> Hi All,
>
> Thanks Carl for giving me a good starting point. So I am focusing on the
> first step from the following step (regarding JMX/WSDM Bridge project):
>
> 1. Creating a Java Client which can talk to Qpid C++ Broker. Thus I can
> fetch the schema out from the broker
>
> 2. Once I will get the schema, I will translate it into JMS object
>
> 3. Then, we can expose those to WSDM
>
> One question on the first step, I am creating an individual Java Client for
> this. I dont really understand how I will bind Queue of my Java client to
> exchange so that I can receive messages and updates periodically from the
> exchange. Carl, did you want me to create an individual java client, if so
> how can I bind it with the exchange?
>
> Secondly, will I use the Client APIs of Qpid broker to make the connection
> and create/declare queues and bind them to exchange?
>
> For instance, I did find the APIs for the same under this directory
> structure:
>
>
> https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/java/client/example/src/main/java/org/apache/qpid/example/amqpexample/


I wrote them a while back and haven't looked at them recently.
These examples compile so I assume it reflects the latests AMQP java API.

However if you are not doing any management specific commands and only wants
to bind to an exchange and receive messages, maybe you can get away with
JMS.

Regards,

Rajith


>
> <https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/java/client/example/src/main/java/org/apache/qpid/example/amqpexample/>
>
> Can I use this code to fetch the schema from the Qpid C++ broker?
>
> Thank you.
>
> Best Regards,
> Rahul
>
>


-- 
Regards,

Rajith Attapattu
Red Hat
http://rajith.2rlabs.com/

Reply via email to