michaelandrepearce removed a comment on issue #4: AMQNET-589: Failover implementation URL: https://github.com/apache/activemq-nms-amqp/pull/4#issuecomment-510691179 Re behaviour of non persistent sending blocking. This means if a send failure occurs the sender will not get notification e.g. if queue is not permissioned. Whilst i see the perf benefit, it would break the contract of the sender getting an exception if a send is not successful. The feature could be added later though where a CF setting to block on persistent, where a user could set it to false for the perf benefit at trade off of not getting exceptions. But thats an enhancement IMHO. By default it should be blocking so if send to an address fails due to security or other confguration reasons the producer throws exception.
---------------------------------------------------------------- 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
