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]