HavretGC edited a comment on issue #4: AMQNET-589: Failover implementation URL: https://github.com/apache/activemq-nms-amqp/pull/4#issuecomment-510809564 @cjwmorgan-sol 1) Can you please confirm that send timeout -1 doesn't work, because from what I've checked it should work just fine (otherwise most of producer tests would fail). Underlying ManualResetEvent WaitOne method is being invoked with -1 parameter which results in waiting forever. Exactly what the spec says. 2) Good point. I made necessary adjustments. Non-persistent delivery mode messages are now sent in fire and forget manner.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
