Using queue-routes is an interesting idea but could I create queue-routes with direct exchange with a specified key work ? Looking at qpid-route it seems not possible...
++ Ted Ross wrote: > > Ted Ross wrote: >> ffrenchm wrote: >>> Hello, >>> >>> I've some questions about route configuration in QPID : >>> >>> Is there a way to force a dynamic route reconnection when a remote >>> node is >>> restarted ? (Currently I need to restart my local node and >>> reconfigure my >>> route) >>> Is there a way to configure the internal routing queue durable and not >>> auto-delete ? (Then if I stop my local node and if there is messages >>> in my >>> internal routing queue I will not lose my messages) >>> >>> Thanks >>> >> When you create the route using qpid-route, you can use the --durable >> switch to make the route durable. >> >> -Ted >> > I just read your question more carefully. Creating a durable route > means that the route will be automatically recreated when a broker > restarts. It still will not make the federation queue durable. Rather, > it will create a new private, auto-delete queue each time it restarts. > > You can declare a durable queue and use queue-routing (not dynamic) for > federation if you like. > > -Ted > > > --------------------------------------------------------------------- > Apache Qpid - AMQP Messaging Implementation > Project: http://qpid.apache.org > Use/Interact: mailto:[email protected] > > > -- View this message in context: http://n2.nabble.com/QPID-federation-limitations.-tp2503522p2509169.html Sent from the Apache Qpid users mailing list archive at Nabble.com. --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
