On Wed, Dec 21, 2011 at 5:59 AM, eugene <eugen.ra...@gmail.com> wrote:
> Hello Rajith,
>
> Thank you for your answers indeed it helped a lot.
>
> I still have a few questions if I may :-)
>
> 1. Why isn't this documented? I mean may be it is but I googled a lot
> yesterday and did not find much :(

Have you looked at ?
http://qpid.apache.org/books/0.12/Programming-In-Apache-Qpid/html/index.html

> 2. destination.my-queue = TopicExchange/usa.# --> you said it will create a
> temp queue. And by temp you mean by the name of "temp"? Or temporary? And if
> "temp" then nothing is created, I do a "list queue" with qpid-tool and see
> nothing new under the queues. If you mean temporary then what is it like a
> auto-delete queue? I have tried this also (create a consumer and producer
> under the same session) and it also does not work. Could you please bring
> some light?

By temp I meant an auto-deleted queue.


> 3. I tried destination.my-queue = TopicExchange/usa.#; {link : {name :
> my-queue} }, her is how it looks:
>
> java.naming.factory.initial=org.apache.qpid.jndi.PropertiesFileInitialContextFactory
> connectionfactory.qpidConnectionfactory=amqp://guest:guest@clientid/test?brokerlist='tcp://localhost:5672'
> destination.tempQueue = TopicExchange/usa.#; {link : {name : my-queue} }
>

I just tested with above addresses and it works for me.
I tested it using spout and drain utilities.

What exactly did u mean by not work?
1. An exception being thrown?
2. Messages not received ?

If it's the latter, then could you share your log file with us?

Regards,

Rajith

> Still no luck.
>
> The rest of the things seem to work fine, so Thx a lot!
>
> Cheers,
> Eugene.
>
> --
> View this message in context: 
> http://apache-qpid-developers.2158895.n2.nabble.com/AMQP-Java-JMS-Topic-Exchange-tp7112690p7114768.html
> Sent from the Apache Qpid developers mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> Apache Qpid - AMQP Messaging Implementation
> Project:      http://qpid.apache.org
> Use/Interact: mailto:dev-subscr...@qpid.apache.org
>

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscr...@qpid.apache.org

Reply via email to