<div dir="ltr"><div>Hi, </div><div>Now that the new auto recovery feature is out I want to know if it supports any scenario on the publisher side. </div><div>what is the best way to call basicPublish if I want it to auto-retry ?</div>
<div>(I dont want to loose data that failed publishing)</div><div>Thanks.</div><div><br></div><div>* Notes regarding the documentation in api-guide.html</div><div>1. in Connection Recovery section <br> factory.setAutomaticRecovery(true) should be factory.setAutomaticRecoveryEnabled(true)</div>
<div>2. in Topology Recovery section</div><div> a, I dont think the code snippet is correct - it doesnt refer to the topology. rather it calls </div><div> factory.setAutomaticRecovery(true)<br></div><div> b. I think the topology should contain info on what todo when everything was declared durable=true and autodelete=false.</div>
<div> </div></div>