Thx again for the known issue link, usefull!

But I've removed the delete:receiver declaration and still nothing gets
routed to the FANOUT_EXCHANGE.

To be more verbose here is what I do:

1. qpid-config add exchange fanout FANOUT_EXCHANGE
2. qpid-config add queue FANOUT_QUEUE
3. qpind-config bind FANOUT_EXCAHNGE FANOUT_QUEUE 

Run the same sample without delete:receiver 

Queue myQueue = session.createQueue("MY_QUEUE; {create:always,
assert:always, node:{x-declare:{auto-delete:true, exclusive: true,
alternate-exchange: FANOUT_EXCHANGE}}}");

Well, the output is the same FANOUT_QUEUE is empty and MY_QUEUE is DELETED.

Sounds like a bug to me...

Thank You,
Eugene.


--
View this message in context: 
http://apache-qpid-developers.2158895.n2.nabble.com/Red-Hat-MRG-alt-exchange-tp7368166p7371714.html
Sent from the Apache Qpid developers mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to