On 17/09/18 10:52, VERMEULEN Olivier wrote:
Hello,

Our messaging topology uses a dispatch-router in front of a bunch of brokers 
(the Java one).
Note that we never use the dispatch-router for direct communication between a 
producer and a consumer, everything goes through a broker.
Now when we try to send a message, through the dispatch-router, to a topic that 
does not exist on the brokers the send just hangs whereas I would expect an 
amqp:not-found exception...
 From what I understood from my readings this is currently expected because the 
dispatch-router is creating an address locally and waits for a consumer to 
connect to it.
Would it be possible to make this behavior configurable, if not already done?

You can set defaultDistribution to unavailable in the router section of the config.

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

Reply via email to