Hello,
Our messaging topology uses a dispatch-router in front of many Java brokers. In the case where all our brokers are down, we want to throw an exception to the producer after a timeout. This is not possible with the idle-timeout parameter since the producer is connected to the dispatch router which is still responding. Is there an equivalent to the JMS send timeout parameter or a way to not let the producer hanging forever in proton C++? Regards, Ali
