Thanks for your answer Todd. So there is no way to get a durable bridge queue with dynamic routing do you don't think it wil be a good idea able to get this behavior in future QPID release ? Do I need to raise a JIRA ?
Do you have any comment about my first question ? Another question I have now is about the delivery behavior in the remote QPID (which in fact seems to be the same as ActiveMQ). Why do we need to have a consumer in the remote node to make forward the message? I mean - like activemq - I do not understand why the forward is not done directly on the PUT of the message. It raised some questions like is the FIFO ordering of the final destination queue respected with this kind of behavior if you have several broker which publish on the same remote queue at different time? 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.-tp2503522p2503997.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]
