ffrenchm wrote:
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 ?
Please do, it's a reasonable request.
Do you have any comment about my first question ?
I thought I answered it. Create a durable route and it will be
reestablished after a broker restart.
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?
I'm not sure I understand your question. What do you mean by "forward
directly on the PUT"? I don't see how your scenario is any different
than having a queue on a single broker with multiple producers.
Keep in mind that we do not allow multiple paths to exist between any
producer/consumer pair.
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]